#F5A0FF

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

Shades of Mauve #F5A0FF

Tints of Mauve #F5A0FF

Color information

#F5A0FF (or 0xF5A0FF) is unknown color: approx Mauve. HEX triplet: F5, A0 and FF. RGB value is (245,160,255). Sum of RGB (Red+Green+Blue) = 245+160+255=660 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.12% from 660); Green value is 160 (62.89% from 255 or 24.24% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5A0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A0FF is #0A5F00. Grayscale: #C3C3C3. Windows color (decimal): -679681 or 16752885. OLE color: 16752885.

HSL color Cylindrical-coordinate representation of color #F5A0FF: hue angle of 293.68º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F5A0FF is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB245160255-
CMYK0.040.3700
HSL293.68º100%81.37%-
HSV(B)293.68º37.25%100%-
XYZ68.2851.77101-
YUV196.24161.16162.78-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.12%
GREEN value IS 160 (62.89% from 255) = 24.24%
BLUE value IS 255 (100% from 255) = 38.64%
R=37.12%
G=24.24%
B=38.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2451602550.040.3700293.6810081.37
HexF5A0FF425001266451
Octal36524037744500446144121
Binary1111010110100000111111111001001010010010011011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A0FF; }

 p { color: rgb(245,160,255); }

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

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

 a { background-color: rgb(245,160,255); }

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

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

 span { border-color: rgb(245,160,255); }

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