#f08ec0

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

Shades of Tea Rose #F08EC0

Tints of Tea Rose #F08EC0

Color information

#F08EC0 (or 0xF08EC0) is unknown color: approx Tea Rose. HEX triplet: F0, 8E and C0. RGB value is (240,142,192). Sum of RGB (Red+Green+Blue) = 240+142+192=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 142 (55.86% from 255 or 24.74% from 574); Blue value is 192 (75.39% from 255 or 33.45% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F08EC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08EC0 is #0F713F. Grayscale: #B0B0B0. Windows color (decimal): -1012032 or 12619504. OLE color: 12619504.

HSL color Cylindrical-coordinate representation of color #F08EC0: hue angle of 329.39º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F08EC0 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB240142192-
CMYK00.410.200.06
HSL329.39º76.56%74.9%-
HSV(B)329.39º40.83%94.12%-
XYZ55.1241.6855.01-
YUV177136.47172.93-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.81%
GREEN value IS 142 (55.86% from 255) = 24.74%
BLUE value IS 192 (75.39% from 255) = 33.45%
R=41.81%
G=24.74%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014219200.410.200.06329.3976.5674.9
HexF08EC00291461494d4b
Octal360216300051246511115113
Binary11110000100011101100000001010011010011010100100110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f08ec0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f08ec0; }

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

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

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

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

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

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

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

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