#F1A1FE

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

Shades of Mauve #F1A1FE

Tints of Mauve #F1A1FE

Color information

#F1A1FE (or 0xF1A1FE) is unknown color: approx Mauve. HEX triplet: F1, A1 and FE. RGB value is (241,161,254). Sum of RGB (Red+Green+Blue) = 241+161+254=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 161 (63.28% from 255 or 24.54% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1A1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A1FE is #0E5E01. Grayscale: #C3C3C3. Windows color (decimal): -941570 or 16687601. OLE color: 16687601.

HSL color Cylindrical-coordinate representation of color #F1A1FE: hue angle of 291.61º 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 #F1A1FE is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB241161254-
CMYK0.050.3700.00
HSL291.61º97.89%81.37%-
HSV(B)291.61º36.61%99.61%-
XYZ66.9151.35100.15-
YUV195.52161160.44-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.74%
GREEN value IS 161 (63.28% from 255) = 24.54%
BLUE value IS 254 (99.61% from 255) = 38.72%
R=36.74%
G=24.54%
B=38.72%

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
Decimal2411612540.050.3700.00291.6197.8981.37
HexF1A1FE525001246251
Octal36124137654500444142121
Binary1111000110100001111111101011001010010010010011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A1FE; }

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

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

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

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

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

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

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

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