#F9A9FF

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

Shades of Mauve #F9A9FF

Tints of Mauve #F9A9FF

Color information

#F9A9FF (or 0xF9A9FF) is unknown color: approx Mauve. HEX triplet: F9, A9 and FF. RGB value is (249,169,255). Sum of RGB (Red+Green+Blue) = 249+169+255=673 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.00% from 673); Green value is 169 (66.41% from 255 or 25.11% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9A9FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9A9FF is #065600. Grayscale: #CACACA. Windows color (decimal): -415233 or 16755193. OLE color: 16755193.

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

Color convert

RGB249169255-
CMYK0.020.3400
HSL295.81º100%83.14%-
HSV(B)295.81º33.73%100%-
XYZ71.355.74101.61-
YUV202.72157.5161.01-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.00%
GREEN value IS 169 (66.41% from 255) = 25.11%
BLUE value IS 255 (100% from 255) = 37.89%
R=37.00%
G=25.11%
B=37.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2491692550.020.3400295.8110083.14
HexF9A9FF222001286453
Octal37125137724200450144123
Binary111110011010100111111111101000100010010100011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A9FF; }

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

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

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

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

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

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

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

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