#F1AFF9

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

Shades of Mauve #F1AFF9

Tints of Mauve #F1AFF9

Color information

#F1AFF9 (or 0xF1AFF9) is unknown color: approx Mauve. HEX triplet: F1, AF and F9. RGB value is (241,175,249). Sum of RGB (Red+Green+Blue) = 241+175+249=665 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.24% from 665); Green value is 175 (68.75% from 255 or 26.32% from 665); Blue value is 249 (97.66% from 255 or 37.44% from 665); Max value from RGB is 249 - color contains mainly: blue. Hex color #F1AFF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1AFF9 is #0E5006. Grayscale: #CACACA. Windows color (decimal): -937991 or 16363505. OLE color: 16363505.

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

Color convert

RGB241175249-
CMYK0.030.3000.02
HSL293.51º86.05%83.14%-
HSV(B)293.51º29.72%97.65%-
XYZ68.756.296.85-
YUV203.17153.87154.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.24%
GREEN value IS 175 (68.75% from 255) = 26.32%
BLUE value IS 249 (97.66% from 255) = 37.44%
R=36.24%
G=26.32%
B=37.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2411752490.030.3000.02293.5186.0583.14
HexF1AFF931E021265653
Octal36125737133602446126123
Binary111100011010111111111001111111001010010011010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AFF9; }

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

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

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

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

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

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

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

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