#F0AFF9

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

Shades of Mauve #F0AFF9

Tints of Mauve #F0AFF9

Color information

#F0AFF9 (or 0xF0AFF9) is unknown color: approx Mauve. HEX triplet: F0, AF and F9. RGB value is (240,175,249). Sum of RGB (Red+Green+Blue) = 240+175+249=664 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.14% from 664); Green value is 175 (68.75% from 255 or 26.36% from 664); Blue value is 249 (97.66% from 255 or 37.5% from 664); Max value from RGB is 249 - color contains mainly: blue. Hex color #F0AFF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AFF9 is #0F5006. Grayscale: #CACACA. Windows color (decimal): -1003527 or 16363504. OLE color: 16363504.

HSL color Cylindrical-coordinate representation of color #F0AFF9: hue angle of 292.7º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0AFF9 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB240175249-
CMYK0.040.3000.02
HSL292.7º86.05%83.14%-
HSV(B)292.7º29.72%97.65%-
XYZ68.3656.0296.83-
YUV202.87154.03154.48-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.14%
GREEN value IS 175 (68.75% from 255) = 26.36%
BLUE value IS 249 (97.66% from 255) = 37.5%
R=36.14%
G=26.36%
B=37.5%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2401752490.040.3000.02292.786.0583.14
HexF0AFF941E021255653
Octal36025737143602445126123
Binary1111000010101111111110011001111001010010010110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AFF9; }

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

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

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

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

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

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

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

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