#F1A9FF

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

Shades of Mauve #F1A9FF

Tints of Mauve #F1A9FF

Color information

#F1A9FF (or 0xF1A9FF) is unknown color: approx Mauve. HEX triplet: F1, A9 and FF. RGB value is (241,169,255). Sum of RGB (Red+Green+Blue) = 241+169+255=665 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.24% from 665); Green value is 169 (66.41% from 255 or 25.41% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1A9FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A9FF is #0E5600. Grayscale: #C8C8C8. Windows color (decimal): -939521 or 16755185. OLE color: 16755185.

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

Color convert

RGB241169255-
CMYK0.050.3400
HSL290.23º100%83.14%-
HSV(B)290.23º33.73%100%-
XYZ68.5154.3101.48-
YUV200.33158.85157.01-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.24%
GREEN value IS 169 (66.41% from 255) = 25.41%
BLUE value IS 255 (100% from 255) = 38.35%
R=36.24%
G=25.41%
B=38.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2411692550.050.3400290.2310083.14
HexF1A9FF522001226453
Octal36125137754200442144123
Binary1111000110101001111111111011000100010010001011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A9FF; }

 p { color: rgb(241,169,255); }

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

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

 a { background-color: rgb(241,169,255); }

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

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

 span { border-color: rgb(241,169,255); }

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