#F987CE

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

Shades of Tea Rose #F987CE

Tints of Tea Rose #F987CE

Color information

#F987CE (or 0xF987CE) is unknown color: approx Tea Rose. HEX triplet: F9, 87 and CE. RGB value is (249,135,206). Sum of RGB (Red+Green+Blue) = 249+135+206=590 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.20% from 590); Green value is 135 (53.12% from 255 or 22.88% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 249 - color contains mainly: red. Hex color #F987CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F987CE is #067831. Grayscale: #B1B1B1. Windows color (decimal): -423986 or 13535225. OLE color: 13535225.

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

Color convert

RGB249135206-
CMYK00.460.170.02
HSL322.63º90.48%75.29%-
HSV(B)322.63º45.78%97.65%-
XYZ58.8741.9263.38-
YUV177.18144.27179.23-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.20%
GREEN value IS 135 (53.12% from 255) = 22.88%
BLUE value IS 206 (80.86% from 255) = 34.92%
R=42.20%
G=22.88%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913520600.460.170.02322.6390.4875.29
HexF987CE02E1121435a4b
Octal371207316056212503132113
Binary1111100110000111110011100101110100011010100001110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F987CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F987CE; }

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

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

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

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

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

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

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

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