#f987c1

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

Shades of Tea Rose #F987C1

Tints of Tea Rose #F987C1

Color information

#F987C1 (or 0xF987C1) is unknown color: approx Tea Rose. HEX triplet: F9, 87 and C1. RGB value is (249,135,193). Sum of RGB (Red+Green+Blue) = 249+135+193=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 135 (53.12% from 255 or 23.40% from 577); Blue value is 193 (75.78% from 255 or 33.45% from 577); Max value from RGB is 249 - color contains mainly: red. Hex color #F987C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F987C1 is #06783E. Grayscale: #AFAFAF. Windows color (decimal): -423999 or 12683257. OLE color: 12683257.

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

Color convert

RGB249135193-
CMYK00.460.220.02
HSL329.47º90.48%75.29%-
HSV(B)329.47º45.78%97.65%-
XYZ57.3641.3255.4-
YUV175.7137.77180.28-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.15%
GREEN value IS 135 (53.12% from 255) = 23.40%
BLUE value IS 193 (75.78% from 255) = 33.45%
R=43.15%
G=23.40%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913519300.460.220.02329.4790.4875.29
HexF987C102E1621495a4b
Octal371207301056262511132113
Binary1111100110000111110000010101110101101010100100110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f987c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f987c1; }

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

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

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

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

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

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

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

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