#f67ab1

Color #F67AB1 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #F67AB1

Tints of Persian Pink #F67AB1

Color information

#F67AB1 (or 0xF67AB1) is unknown color: approx Persian Pink. HEX triplet: F6, 7A and B1. RGB value is (246,122,177). Sum of RGB (Red+Green+Blue) = 246+122+177=545 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.14% from 545); Green value is 122 (48.05% from 255 or 22.39% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 246 - color contains mainly: red. Hex color #F67AB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67AB1 is #09854E. Grayscale: #A5A5A5. Windows color (decimal): -623951 or 11631350. OLE color: 11631350.

HSL color Cylindrical-coordinate representation of color #F67AB1: hue angle of 333.39º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67AB1 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB246122177-
CMYK00.500.280.04
HSL333.39º87.32%72.16%-
HSV(B)333.39º50.41%96.47%-
XYZ52.936.6945.89-
YUV165.35134.58185.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 246 (96.48% from 255) = 45.14%
GREEN value IS 122 (48.05% from 255) = 22.39%
BLUE value IS 177 (69.53% from 255) = 32.48%
R=45.14%
G=22.39%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612217700.500.280.04333.3987.3272.16
HexF67AB10321C414d5748
Octal366172261062344515127110
Binary1111011011110101011000101100101110010010100110110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f67ab1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f67ab1; }

 p { color: rgb(246,122,177); }

 H1.HeaderClassName
 {
   color: #f67ab1;
 }
 .AnyTagClassName
 {
   color: #f67ab1;
 }
</style>
background-color css

<style>
 a { background-color: #f67ab1; }

 a { background-color: rgb(246,122,177); }

 div.DivClassName
 {
   background-color: #f67ab1;
 }
 .BgClassName
 {
   background-color: #f67ab1;
 }
</style>
border-color css

<style>
 span { border-color: #f67ab1; }

 span { border-color: rgb(246,122,177); }

 td.TdClassName
 {
   border-color: #f67ab1;
 }
 .TagClassName
 {
   border-color: #f67ab1;
 }
</style>