#F58DA8

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

Shades of Mauvelous #F58DA8

Tints of Mauvelous #F58DA8

Color information

#F58DA8 (or 0xF58DA8) is unknown color: approx Mauvelous. HEX triplet: F5, 8D and A8. RGB value is (245,141,168). Sum of RGB (Red+Green+Blue) = 245+141+168=554 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.22% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 168 (66.02% from 255 or 30.32% from 554); Max value from RGB is 245 - color contains mainly: red. Hex color #F58DA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58DA8 is #0A7257. Grayscale: #AFAFAF. Windows color (decimal): -684632 or 11046389. OLE color: 11046389.

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

Color convert

RGB245141168-
CMYK00.420.310.04
HSL344.42º83.87%75.69%-
HSV(B)344.42º42.45%96.08%-
XYZ54.2541.2942.16-
YUV175.17123.96177.8-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.22%
GREEN value IS 141 (55.47% from 255) = 25.45%
BLUE value IS 168 (66.02% from 255) = 30.32%
R=44.22%
G=25.45%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514116800.420.310.04344.4283.8775.69
HexF58DA802A1F4158544c
Octal365215250052374530124114
Binary11110101100011011010100001010101111110010101100010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58DA8; }

 p { color: rgb(245,141,168); }

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

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

 a { background-color: rgb(245,141,168); }

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

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

 span { border-color: rgb(245,141,168); }

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