#F67ABD

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

Shades of Persian Pink #F67ABD

Tints of Persian Pink #F67ABD

Color information

#F67ABD (or 0xF67ABD) is unknown color: approx Persian Pink. HEX triplet: F6, 7A and BD. RGB value is (246,122,189). Sum of RGB (Red+Green+Blue) = 246+122+189=557 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.17% from 557); Green value is 122 (48.05% from 255 or 21.90% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 246 - color contains mainly: red. Hex color #F67ABD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67ABD is #098542. Grayscale: #A6A6A6. Windows color (decimal): -623939 or 12417782. OLE color: 12417782.

HSL color Cylindrical-coordinate representation of color #F67ABD: hue angle of 327.58º 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 #F67ABD is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB246122189-
CMYK00.500.230.04
HSL327.58º87.32%72.16%-
HSV(B)327.58º50.41%96.47%-
XYZ54.1537.1952.47-
YUV166.71140.58184.55-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.17%
GREEN value IS 122 (48.05% from 255) = 21.90%
BLUE value IS 189 (74.22% from 255) = 33.93%
R=44.17%
G=21.90%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612218900.500.230.04327.5887.3272.16
HexF67ABD0321741485748
Octal366172275062274510127110
Binary1111011011110101011110101100101011110010100100010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67ABD; }

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

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

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

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

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

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

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

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