#F1A3FE

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

Shades of Mauve #F1A3FE

Tints of Mauve #F1A3FE

Color information

#F1A3FE (or 0xF1A3FE) is unknown color: approx Mauve. HEX triplet: F1, A3 and FE. RGB value is (241,163,254). Sum of RGB (Red+Green+Blue) = 241+163+254=658 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.63% from 658); Green value is 163 (64.06% from 255 or 24.77% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1A3FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A3FE is #0E5C01. Grayscale: #C4C4C4. Windows color (decimal): -941058 or 16688113. OLE color: 16688113.

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

Color convert

RGB241163254-
CMYK0.050.3600.00
HSL291.43º97.85%81.76%-
HSV(B)291.43º35.83%99.61%-
XYZ67.2652.05100.27-
YUV196.7160.34159.6-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.63%
GREEN value IS 163 (64.06% from 255) = 24.77%
BLUE value IS 254 (99.61% from 255) = 38.60%
R=36.63%
G=24.77%
B=38.60%

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
Decimal2411632540.050.3600.00291.4397.8581.76
HexF1A3FE524001236252
Octal36124337654400443142122
Binary1111000110100011111111101011001000010010001111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A3FE; }

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

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

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

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

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

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

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

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