#F987BB

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

Shades of Persian Pink #F987BB

Tints of Persian Pink #F987BB

Color information

#F987BB (or 0xF987BB) is unknown color: approx Persian Pink. HEX triplet: F9, 87 and BB. RGB value is (249,135,187). Sum of RGB (Red+Green+Blue) = 249+135+187=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 135 (53.12% from 255 or 23.64% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F987BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F987BB is #067844. Grayscale: #AEAEAE. Windows color (decimal): -424005 or 12290041. OLE color: 12290041.

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

Color convert

RGB249135187-
CMYK00.460.250.02
HSL332.63º90.48%75.29%-
HSV(B)332.63º45.78%97.65%-
XYZ56.741.0651.95-
YUV175.01134.77180.77-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.61%
GREEN value IS 135 (53.12% from 255) = 23.64%
BLUE value IS 187 (73.44% from 255) = 32.75%
R=43.61%
G=23.64%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913518700.460.250.02332.6390.4875.29
HexF987BB02E19214d5a4b
Octal371207273056312515132113
Binary1111100110000111101110110101110110011010100110110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F987BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F987BB; }

 p { color: rgb(249,135,187); }

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

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

 a { background-color: rgb(249,135,187); }

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

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

 span { border-color: rgb(249,135,187); }

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