#F58EAD

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

Shades of Mauvelous #F58EAD

Tints of Mauvelous #F58EAD

Color information

#F58EAD (or 0xF58EAD) is unknown color: approx Mauvelous. HEX triplet: F5, 8E and AD. RGB value is (245,142,173). Sum of RGB (Red+Green+Blue) = 245+142+173=560 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.75% from 560); Green value is 142 (55.86% from 255 or 25.36% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 245 - color contains mainly: red. Hex color #F58EAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58EAD is #0A7152. Grayscale: #B0B0B0. Windows color (decimal): -684371 or 11374325. OLE color: 11374325.

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

Color convert

RGB245142173-
CMYK00.420.290.04
HSL341.94º83.74%75.88%-
HSV(B)341.94º42.04%96.08%-
XYZ54.8741.7844.71-
YUV176.33126.12176.98-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.75%
GREEN value IS 142 (55.86% from 255) = 25.36%
BLUE value IS 173 (67.97% from 255) = 30.89%
R=43.75%
G=25.36%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514217300.420.290.04341.9483.7475.88
HexF58EAD02A1D4156544c
Octal365216255052354526124114
Binary11110101100011101010110101010101110110010101011010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58EAD; }

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

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

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

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

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

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

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

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