#F58AA4

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

Shades of Mauvelous #F58AA4

Tints of Mauvelous #F58AA4

Color information

#F58AA4 (or 0xF58AA4) is unknown color: approx Mauvelous. HEX triplet: F5, 8A and A4. RGB value is (245,138,164). Sum of RGB (Red+Green+Blue) = 245+138+164=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 138 (54.30% from 255 or 25.23% from 547); Blue value is 164 (64.45% from 255 or 29.98% from 547); Max value from RGB is 245 - color contains mainly: red. Hex color #F58AA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58AA4 is #0A755B. Grayscale: #ACACAC. Windows color (decimal): -685404 or 10783477. OLE color: 10783477.

HSL color Cylindrical-coordinate representation of color #F58AA4: hue angle of 345.42º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F58AA4 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB245138164-
CMYK00.440.330.04
HSL345.42º84.25%75.1%-
HSV(B)345.42º43.67%96.08%-
XYZ53.4540.2740.08-
YUV172.96122.95179.39-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.79%
GREEN value IS 138 (54.30% from 255) = 25.23%
BLUE value IS 164 (64.45% from 255) = 29.98%
R=44.79%
G=25.23%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513816400.440.330.04345.4284.2575.1
HexF58AA402C214159544b
Octal365212244054414531124113
Binary111101011000101010100100010110010000110010101100110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58AA4; }

 p { color: rgb(245,138,164); }

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

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

 a { background-color: rgb(245,138,164); }

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

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

 span { border-color: rgb(245,138,164); }

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