#F087C0

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

Shades of Tea Rose #F087C0

Tints of Tea Rose #F087C0

Color information

#F087C0 (or 0xF087C0) is unknown color: approx Tea Rose. HEX triplet: F0, 87 and C0. RGB value is (240,135,192). Sum of RGB (Red+Green+Blue) = 240+135+192=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 135 (53.12% from 255 or 23.81% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F087C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F087C0 is #0F783F. Grayscale: #ACACAC. Windows color (decimal): -1013824 or 12617712. OLE color: 12617712.

HSL color Cylindrical-coordinate representation of color #F087C0: hue angle of 327.43º 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 #F087C0 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB240135192-
CMYK00.440.200.06
HSL327.43º77.78%73.53%-
HSV(B)327.43º43.75%94.12%-
XYZ54.1139.6654.67-
YUV172.89138.79175.87-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.33%
GREEN value IS 135 (53.12% from 255) = 23.81%
BLUE value IS 192 (75.39% from 255) = 33.86%
R=42.33%
G=23.81%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013519200.440.200.06327.4377.7873.53
HexF087C002C1461474e4a
Octal360207300054246507116112
Binary11110000100001111100000001011001010011010100011110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F087C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F087C0; }

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

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

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

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

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

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

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

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