#F988B4

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

Shades of Persian Pink #F988B4

Tints of Persian Pink #F988B4

Color information

#F988B4 (or 0xF988B4) is unknown color: approx Persian Pink. HEX triplet: F9, 88 and B4. RGB value is (249,136,180). Sum of RGB (Red+Green+Blue) = 249+136+180=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 136 (53.52% from 255 or 24.07% from 565); Blue value is 180 (70.70% from 255 or 31.86% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F988B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F988B4 is #06774B. Grayscale: #AEAEAE. Windows color (decimal): -423756 or 11831545. OLE color: 11831545.

HSL color Cylindrical-coordinate representation of color #F988B4: hue angle of 336.64º 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 #F988B4 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB249136180-
CMYK00.450.280.02
HSL336.64º90.4%75.49%-
HSV(B)336.64º45.38%97.65%-
XYZ56.1141.0448.14-
YUV174.8130.94180.92-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.07%
GREEN value IS 136 (53.52% from 255) = 24.07%
BLUE value IS 180 (70.70% from 255) = 31.86%
R=44.07%
G=24.07%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913618000.450.280.02336.6490.475.49
HexF988B402D1C21515a4b
Octal371210264055342521132113
Binary1111100110001000101101000101101111001010101000110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F988B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F988B4; }

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

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

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

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

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

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

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

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