#F987BF

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

Shades of Tea Rose #F987BF

Tints of Tea Rose #F987BF

Color information

#F987BF (or 0xF987BF) is unknown color: approx Tea Rose. HEX triplet: F9, 87 and BF. RGB value is (249,135,191). Sum of RGB (Red+Green+Blue) = 249+135+191=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 135 (53.12% from 255 or 23.48% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 249 - color contains mainly: red. Hex color #F987BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F987BF is #067840. Grayscale: #AFAFAF. Windows color (decimal): -424001 or 12552185. OLE color: 12552185.

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

Color convert

RGB249135191-
CMYK00.460.230.02
HSL330.53º90.48%75.29%-
HSV(B)330.53º45.78%97.65%-
XYZ57.1341.2354.24-
YUV175.47136.77180.45-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.30%
GREEN value IS 135 (53.12% from 255) = 23.48%
BLUE value IS 191 (75% from 255) = 33.22%
R=43.30%
G=23.48%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913519100.460.230.02330.5390.4875.29
HexF987BF02E17214b5a4b
Octal371207277056272513132113
Binary1111100110000111101111110101110101111010100101110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F987BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F987BF; }

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

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

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

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

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

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

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

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