#F58AAC

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

Shades of Mauvelous #F58AAC

Tints of Mauvelous #F58AAC

Color information

#F58AAC (or 0xF58AAC) is unknown color: approx Mauvelous. HEX triplet: F5, 8A and AC. RGB value is (245,138,172). Sum of RGB (Red+Green+Blue) = 245+138+172=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 138 (54.30% from 255 or 24.86% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 245 - color contains mainly: red. Hex color #F58AAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58AAC is #0A7553. Grayscale: #ADADAD. Windows color (decimal): -685396 or 11307765. OLE color: 11307765.

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

Color convert

RGB245138172-
CMYK00.440.300.04
HSL340.93º84.25%75.1%-
HSV(B)340.93º43.67%96.08%-
XYZ54.1940.5744-
YUV173.87126.95178.74-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.14%
GREEN value IS 138 (54.30% from 255) = 24.86%
BLUE value IS 172 (67.58% from 255) = 30.99%
R=44.14%
G=24.86%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513817200.440.300.04340.9384.2575.1
HexF58AAC02C1E4155544b
Octal365212254054364525124113
Binary11110101100010101010110001011001111010010101010110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58AAC; }

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

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

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

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

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

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

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

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