#F987C9

Color #F987C9 Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #F987C9

Tints of Tea Rose #F987C9

Color information

#F987C9 (or 0xF987C9) is unknown color: approx Tea Rose. HEX triplet: F9, 87 and C9. RGB value is (249,135,201). Sum of RGB (Red+Green+Blue) = 249+135+201=585 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.56% from 585); Green value is 135 (53.12% from 255 or 23.08% from 585); Blue value is 201 (78.91% from 255 or 34.36% from 585); Max value from RGB is 249 - color contains mainly: red. Hex color #F987C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F987C9 is #067836. Grayscale: #B0B0B0. Windows color (decimal): -423991 or 13207545. OLE color: 13207545.

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

Color convert

RGB249135201-
CMYK00.460.190.02
HSL325.26º90.48%75.29%-
HSV(B)325.26º45.78%97.65%-
XYZ58.2741.6860.23-
YUV176.61141.77179.63-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.56%
GREEN value IS 135 (53.12% from 255) = 23.08%
BLUE value IS 201 (78.91% from 255) = 34.36%
R=42.56%
G=23.08%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913520100.460.190.02325.2690.4875.29
HexF987C902E1321455a4b
Octal371207311056232505132113
Binary1111100110000111110010010101110100111010100010110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F987C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F987C9; }

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

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

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

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

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

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

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

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