#F987C5

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

Shades of Tea Rose #F987C5

Tints of Tea Rose #F987C5

Color information

#F987C5 (or 0xF987C5) is unknown color: approx Tea Rose. HEX triplet: F9, 87 and C5. RGB value is (249,135,197). Sum of RGB (Red+Green+Blue) = 249+135+197=581 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.86% from 581); Green value is 135 (53.12% from 255 or 23.24% from 581); Blue value is 197 (77.34% from 255 or 33.91% from 581); Max value from RGB is 249 - color contains mainly: red. Hex color #F987C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F987C5 is #06783A. Grayscale: #B0B0B0. Windows color (decimal): -423995 or 12945401. OLE color: 12945401.

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

Color convert

RGB249135197-
CMYK00.460.210.02
HSL327.37º90.48%75.29%-
HSV(B)327.37º45.78%97.65%-
XYZ57.8141.557.79-
YUV176.15139.77179.96-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.86%
GREEN value IS 135 (53.12% from 255) = 23.24%
BLUE value IS 197 (77.34% from 255) = 33.91%
R=42.86%
G=23.24%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913519700.460.210.02327.3790.4875.29
HexF987C502E1521475a4b
Octal371207305056252507132113
Binary1111100110000111110001010101110101011010100011110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F987C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F987C5; }

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

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

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

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

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

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

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

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