#F087C5

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

Shades of Tea Rose #F087C5

Tints of Tea Rose #F087C5

Color information

#F087C5 (or 0xF087C5) is unknown color: approx Tea Rose. HEX triplet: F0, 87 and C5. RGB value is (240,135,197). Sum of RGB (Red+Green+Blue) = 240+135+197=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 135 (53.12% from 255 or 23.60% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F087C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F087C5 is #0F783A. Grayscale: #ADADAD. Windows color (decimal): -1013819 or 12945392. OLE color: 12945392.

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

Color convert

RGB240135197-
CMYK00.440.180.06
HSL324.57º77.78%73.53%-
HSV(B)324.57º43.75%94.12%-
XYZ54.6839.8857.64-
YUV173.46141.29175.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.96%
GREEN value IS 135 (53.12% from 255) = 23.60%
BLUE value IS 197 (77.34% from 255) = 34.44%
R=41.96%
G=23.60%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013519700.440.180.06324.5777.7873.53
HexF087C502C1261454e4a
Octal360207305054226505116112
Binary11110000100001111100010101011001001011010100010110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F087C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F087C5; }

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

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

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

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

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

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

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

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