#F58EAE

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

Shades of Mauvelous #F58EAE

Tints of Mauvelous #F58EAE

Color information

#F58EAE (or 0xF58EAE) is unknown color: approx Mauvelous. HEX triplet: F5, 8E and AE. RGB value is (245,142,174). Sum of RGB (Red+Green+Blue) = 245+142+174=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 142 (55.86% from 255 or 25.31% from 561); Blue value is 174 (68.36% from 255 or 31.02% from 561); Max value from RGB is 245 - color contains mainly: red. Hex color #F58EAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58EAE is #0A7151. Grayscale: #B0B0B0. Windows color (decimal): -684370 or 11439861. OLE color: 11439861.

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

Color convert

RGB245142174-
CMYK00.420.290.04
HSL341.36º83.74%75.88%-
HSV(B)341.36º42.04%96.08%-
XYZ54.9741.8145.22-
YUV176.44126.62176.9-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.67%
GREEN value IS 142 (55.86% from 255) = 25.31%
BLUE value IS 174 (68.36% from 255) = 31.02%
R=43.67%
G=25.31%
B=31.02%

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
Decimal24514217400.420.290.04341.3683.7475.88
HexF58EAE02A1D4155544c
Octal365216256052354525124114
Binary11110101100011101010111001010101110110010101010110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58EAE; }

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

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

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

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

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

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

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

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