#F988B6

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

Shades of Persian Pink #F988B6

Tints of Persian Pink #F988B6

Color information

#F988B6 (or 0xF988B6) is unknown color: approx Persian Pink. HEX triplet: F9, 88 and B6. RGB value is (249,136,182). Sum of RGB (Red+Green+Blue) = 249+136+182=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 136 (53.52% from 255 or 23.99% from 567); Blue value is 182 (71.48% from 255 or 32.10% from 567); Max value from RGB is 249 - color contains mainly: red. Hex color #F988B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F988B6 is #067749. Grayscale: #AEAEAE. Windows color (decimal): -423754 or 11962617. OLE color: 11962617.

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

Color convert

RGB249136182-
CMYK00.450.270.02
HSL335.58º90.4%75.49%-
HSV(B)335.58º45.38%97.65%-
XYZ56.3141.1349.23-
YUV175.03131.94180.76-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.92%
GREEN value IS 136 (53.52% from 255) = 23.99%
BLUE value IS 182 (71.48% from 255) = 32.10%
R=43.92%
G=23.99%
B=32.10%

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
Decimal24913618200.450.270.02335.5890.475.49
HexF988B602D1B21505a4b
Octal371210266055332520132113
Binary1111100110001000101101100101101110111010101000010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F988B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F988B6; }

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

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

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

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

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

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

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

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