#F58EBE

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

Shades of Tea Rose #F58EBE

Tints of Tea Rose #F58EBE

Color information

#F58EBE (or 0xF58EBE) is unknown color: approx Tea Rose. HEX triplet: F5, 8E and BE. RGB value is (245,142,190). Sum of RGB (Red+Green+Blue) = 245+142+190=577 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.46% from 577); Green value is 142 (55.86% from 255 or 24.61% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 245 - color contains mainly: red. Hex color #F58EBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58EBE is #0A7141. Grayscale: #B2B2B2. Windows color (decimal): -684354 or 12488437. OLE color: 12488437.

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

Color convert

RGB245142190-
CMYK00.420.220.04
HSL332.04º83.74%75.88%-
HSV(B)332.04º42.04%96.08%-
XYZ56.6242.4853.93-
YUV178.27134.62175.6-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.46%
GREEN value IS 142 (55.86% from 255) = 24.61%
BLUE value IS 190 (74.61% from 255) = 32.93%
R=42.46%
G=24.61%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514219000.420.220.04332.0483.7475.88
HexF58EBE02A16414c544c
Octal365216276052264514124114
Binary11110101100011101011111001010101011010010100110010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58EBE; }

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

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

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

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

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

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

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

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