#F58ECB

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

Shades of Tea Rose #F58ECB

Tints of Tea Rose #F58ECB

Color information

#F58ECB (or 0xF58ECB) is unknown color: approx Tea Rose. HEX triplet: F5, 8E and CB. RGB value is (245,142,203). Sum of RGB (Red+Green+Blue) = 245+142+203=590 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.53% from 590); Green value is 142 (55.86% from 255 or 24.07% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 245 - color contains mainly: red. Hex color #F58ECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58ECB is #0A7134. Grayscale: #B3B3B3. Windows color (decimal): -684341 or 13340405. OLE color: 13340405.

HSL color Cylindrical-coordinate representation of color #F58ECB: hue angle of 324.47º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F58ECB is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB245142203-
CMYK00.420.170.04
HSL324.47º83.74%75.88%-
HSV(B)324.47º42.04%96.08%-
XYZ58.1143.0761.75-
YUV179.75141.12174.54-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.53%
GREEN value IS 142 (55.86% from 255) = 24.07%
BLUE value IS 203 (79.69% from 255) = 34.41%
R=41.53%
G=24.07%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514220300.420.170.04324.4783.7475.88
HexF58ECB02A114144544c
Octal365216313052214504124114
Binary11110101100011101100101101010101000110010100010010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58ECB; }

 p { color: rgb(245,142,203); }

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

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

 a { background-color: rgb(245,142,203); }

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

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

 span { border-color: rgb(245,142,203); }

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