#F2A9FA

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

Shades of Mauve #F2A9FA

Tints of Mauve #F2A9FA

Color information

#F2A9FA (or 0xF2A9FA) is unknown color: approx Mauve. HEX triplet: F2, A9 and FA. RGB value is (242,169,250). Sum of RGB (Red+Green+Blue) = 242+169+250=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 169 (66.41% from 255 or 25.57% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2A9FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A9FA is #0D5605. Grayscale: #C7C7C7. Windows color (decimal): -873990 or 16427506. OLE color: 16427506.

HSL color Cylindrical-coordinate representation of color #F2A9FA: hue angle of 294.07º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F2A9FA is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB242169250-
CMYK0.030.3200.02
HSL294.07º89.01%82.16%-
HSV(B)294.07º32.4%98.04%-
XYZ68.0654.1697.31-
YUV200.06156.18157.91-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.61%
GREEN value IS 169 (66.41% from 255) = 25.57%
BLUE value IS 250 (98.05% from 255) = 37.82%
R=36.61%
G=25.57%
B=37.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2421692500.030.3200.02294.0789.0182.16
HexF2A9FA320021265952
Octal36225137234002446131122
Binary1111001010101001111110101110000001010010011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A9FA; }

 p { color: rgb(242,169,250); }

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

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

 a { background-color: rgb(242,169,250); }

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

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

 span { border-color: rgb(242,169,250); }

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