#F087C9

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

Shades of Tea Rose #F087C9

Tints of Tea Rose #F087C9

Color information

#F087C9 (or 0xF087C9) is unknown color: approx Tea Rose. HEX triplet: F0, 87 and C9. RGB value is (240,135,201). Sum of RGB (Red+Green+Blue) = 240+135+201=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 135 (53.12% from 255 or 23.44% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F087C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F087C9 is #0F7836. Grayscale: #ADADAD. Windows color (decimal): -1013815 or 13207536. OLE color: 13207536.

HSL color Cylindrical-coordinate representation of color #F087C9: hue angle of 322.29º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F087C9 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB240135201-
CMYK00.440.160.06
HSL322.29º77.78%73.53%-
HSV(B)322.29º43.75%94.12%-
XYZ55.1440.0760.09-
YUV173.92143.29175.13-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.67%
GREEN value IS 135 (53.12% from 255) = 23.44%
BLUE value IS 201 (78.91% from 255) = 34.90%
R=41.67%
G=23.44%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013520100.440.160.06322.2977.7873.53
HexF087C902C1061424e4a
Octal360207311054206502116112
Binary11110000100001111100100101011001000011010100001010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F087C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F087C9; }

 p { color: rgb(240,135,201); }

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

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

 a { background-color: rgb(240,135,201); }

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

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

 span { border-color: rgb(240,135,201); }

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