#F0A2F9

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

Shades of Mauve #F0A2F9

Tints of Mauve #F0A2F9

Color information

#F0A2F9 (or 0xF0A2F9) is unknown color: approx Mauve. HEX triplet: F0, A2 and F9. RGB value is (240,162,249). Sum of RGB (Red+Green+Blue) = 240+162+249=651 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.87% from 651); Green value is 162 (63.67% from 255 or 24.88% from 651); Blue value is 249 (97.66% from 255 or 38.25% from 651); Max value from RGB is 249 - color contains mainly: blue. Hex color #F0A2F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A2F9 is #0F5D06. Grayscale: #C2C2C2. Windows color (decimal): -1006855 or 16360176. OLE color: 16360176.

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

Color convert

RGB240162249-
CMYK0.040.3500.02
HSL293.79º87.88%80.59%-
HSV(B)293.79º34.94%97.65%-
XYZ65.9551.2196.03-
YUV195.24158.34159.93-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.87%
GREEN value IS 162 (63.67% from 255) = 24.88%
BLUE value IS 249 (97.66% from 255) = 38.25%
R=36.87%
G=24.88%
B=38.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2401622490.040.3500.02293.7987.8880.59
HexF0A2F9423021265851
Octal36024237144302446130121
Binary11110000101000101111100110010001101010010011010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A2F9; }

 p { color: rgb(240,162,249); }

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

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

 a { background-color: rgb(240,162,249); }

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

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

 span { border-color: rgb(240,162,249); }

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