#F987D1

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

Shades of Tea Rose #F987D1

Tints of Tea Rose #F987D1

Color information

#F987D1 (or 0xF987D1) is unknown color: approx Tea Rose. HEX triplet: F9, 87 and D1. RGB value is (249,135,209). Sum of RGB (Red+Green+Blue) = 249+135+209=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 135 (53.12% from 255 or 22.77% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F987D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F987D1 is #06782E. Grayscale: #B1B1B1. Windows color (decimal): -423983 or 13731833. OLE color: 13731833.

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

Color convert

RGB249135209-
CMYK00.460.160.02
HSL321.05º90.48%75.29%-
HSV(B)321.05º45.78%97.65%-
XYZ59.2442.0765.32-
YUV177.52145.77178.98-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.99%
GREEN value IS 135 (53.12% from 255) = 22.77%
BLUE value IS 209 (82.03% from 255) = 35.24%
R=41.99%
G=22.77%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913520900.460.160.02321.0590.4875.29
HexF987D102E1021415a4b
Octal371207321056202501132113
Binary1111100110000111110100010101110100001010100000110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F987D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F987D1; }

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

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

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

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

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

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

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

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