#F989B6

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

Shades of Persian Pink #F989B6

Tints of Persian Pink #F989B6

Color information

#F989B6 (or 0xF989B6) is unknown color: approx Persian Pink. HEX triplet: F9, 89 and B6. RGB value is (249,137,182). Sum of RGB (Red+Green+Blue) = 249+137+182=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 137 (53.91% from 255 or 24.12% from 568); Blue value is 182 (71.48% from 255 or 32.04% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F989B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F989B6 is #067649. Grayscale: #AFAFAF. Windows color (decimal): -423498 or 11962873. OLE color: 11962873.

HSL color Cylindrical-coordinate representation of color #F989B6: hue angle of 335.89º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F989B6 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB249137182-
CMYK00.450.270.02
HSL335.89º90.32%75.69%-
HSV(B)335.89º44.98%97.65%-
XYZ56.4641.4149.27-
YUV175.62131.61180.34-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.84%
GREEN value IS 137 (53.91% from 255) = 24.12%
BLUE value IS 182 (71.48% from 255) = 32.04%
R=43.84%
G=24.12%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913718200.450.270.02335.8990.3275.69
HexF989B602D1B21505a4c
Octal371211266055332520132114
Binary1111100110001001101101100101101110111010101000010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F989B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F989B6; }

 p { color: rgb(249,137,182); }

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

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

 a { background-color: rgb(249,137,182); }

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

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

 span { border-color: rgb(249,137,182); }

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