#F1A2FE

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

Shades of Mauve #F1A2FE

Tints of Mauve #F1A2FE

Color information

#F1A2FE (or 0xF1A2FE) is unknown color: approx Mauve. HEX triplet: F1, A2 and FE. RGB value is (241,162,254). Sum of RGB (Red+Green+Blue) = 241+162+254=657 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.68% from 657); Green value is 162 (63.67% from 255 or 24.66% 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 #F1A2FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A2FE is #0E5D01. Grayscale: #C3C3C3. Windows color (decimal): -941314 or 16687857. OLE color: 16687857.

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

Color convert

RGB241162254-
CMYK0.050.3600.00
HSL291.52º97.87%81.57%-
HSV(B)291.52º36.22%99.61%-
XYZ67.0951.7100.21-
YUV196.11160.67160.02-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.68%
GREEN value IS 162 (63.67% from 255) = 24.66%
BLUE value IS 254 (99.61% from 255) = 38.66%
R=36.68%
G=24.66%
B=38.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2411622540.050.3600.00291.5297.8781.57
HexF1A2FE524001246252
Octal36124237654400444142122
Binary1111000110100010111111101011001000010010010011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A2FE; }

 p { color: rgb(241,162,254); }

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

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

 a { background-color: rgb(241,162,254); }

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

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

 span { border-color: rgb(241,162,254); }

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