#F2A1FE

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

Shades of Mauve #F2A1FE

Tints of Mauve #F2A1FE

Color information

#F2A1FE (or 0xF2A1FE) is unknown color: approx Mauve. HEX triplet: F2, A1 and FE. RGB value is (242,161,254). Sum of RGB (Red+Green+Blue) = 242+161+254=657 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.83% from 657); Green value is 161 (63.28% from 255 or 24.51% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2A1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A1FE is #0D5E01. Grayscale: #C3C3C3. Windows color (decimal): -876034 or 16687602. OLE color: 16687602.

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

Color convert

RGB242161254-
CMYK0.050.3700.00
HSL292.26º97.89%81.37%-
HSV(B)292.26º36.61%99.61%-
XYZ67.2551.52100.17-
YUV195.82160.84160.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.83%
GREEN value IS 161 (63.28% from 255) = 24.51%
BLUE value IS 254 (99.61% from 255) = 38.66%
R=36.83%
G=24.51%
B=38.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2421612540.050.3700.00292.2697.8981.37
HexF2A1FE525001246251
Octal36224137654500444142121
Binary1111001010100001111111101011001010010010010011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A1FE; }

 p { color: rgb(242,161,254); }

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

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

 a { background-color: rgb(242,161,254); }

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

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

 span { border-color: rgb(242,161,254); }

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