#F58ECF

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

Shades of Tea Rose #F58ECF

Tints of Tea Rose #F58ECF

Color information

#F58ECF (or 0xF58ECF) is unknown color: approx Tea Rose. HEX triplet: F5, 8E and CF. RGB value is (245,142,207). Sum of RGB (Red+Green+Blue) = 245+142+207=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 142 (55.86% from 255 or 23.91% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 245 - color contains mainly: red. Hex color #F58ECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58ECF is #0A7130. Grayscale: #B4B4B4. Windows color (decimal): -684337 or 13602549. OLE color: 13602549.

HSL color Cylindrical-coordinate representation of color #F58ECF: hue angle of 322.14º 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 #F58ECF is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB245142207-
CMYK00.420.160.04
HSL322.14º83.74%75.88%-
HSV(B)322.14º42.04%96.08%-
XYZ58.5943.2664.29-
YUV180.21143.12174.21-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.25%
GREEN value IS 142 (55.86% from 255) = 23.91%
BLUE value IS 207 (81.25% from 255) = 34.85%
R=41.25%
G=23.91%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514220700.420.160.04322.1483.7475.88
HexF58ECF02A104142544c
Octal365216317052204502124114
Binary11110101100011101100111101010101000010010100001010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58ECF; }

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

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

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

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

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

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

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

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