#F987CC

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

Shades of Tea Rose #F987CC

Tints of Tea Rose #F987CC

Color information

#F987CC (or 0xF987CC) is unknown color: approx Tea Rose. HEX triplet: F9, 87 and CC. RGB value is (249,135,204). Sum of RGB (Red+Green+Blue) = 249+135+204=588 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.35% from 588); Green value is 135 (53.12% from 255 or 22.96% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 249 - color contains mainly: red. Hex color #F987CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F987CC is #067833. Grayscale: #B0B0B0. Windows color (decimal): -423988 or 13404153. OLE color: 13404153.

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

Color convert

RGB249135204-
CMYK00.460.180.02
HSL323.68º90.48%75.29%-
HSV(B)323.68º45.78%97.65%-
XYZ58.6341.8362.11-
YUV176.95143.27179.39-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.35%
GREEN value IS 135 (53.12% from 255) = 22.96%
BLUE value IS 204 (80.08% from 255) = 34.69%
R=42.35%
G=22.96%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913520400.460.180.02323.6890.4875.29
HexF987CC02E1221445a4b
Octal371207314056222504132113
Binary1111100110000111110011000101110100101010100010010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F987CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F987CC; }

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

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

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

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

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

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

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

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