#F1A3FA

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

Shades of Mauve #F1A3FA

Tints of Mauve #F1A3FA

Color information

#F1A3FA (or 0xF1A3FA) is unknown color: approx Mauve. HEX triplet: F1, A3 and FA. RGB value is (241,163,250). Sum of RGB (Red+Green+Blue) = 241+163+250=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 163 (64.06% from 255 or 24.92% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1A3FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A3FA is #0E5C05. Grayscale: #C3C3C3. Windows color (decimal): -941062 or 16425969. OLE color: 16425969.

HSL color Cylindrical-coordinate representation of color #F1A3FA: hue angle of 293.79º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F1A3FA is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB241163250-
CMYK0.040.3500.02
HSL293.79º89.69%80.98%-
HSV(B)293.79º34.8%98.04%-
XYZ66.6351.896.93-
YUV196.24158.34159.93-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.85%
GREEN value IS 163 (64.06% from 255) = 24.92%
BLUE value IS 250 (98.05% from 255) = 38.23%
R=36.85%
G=24.92%
B=38.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2411632500.040.3500.02293.7989.6980.98
HexF1A3FA423021265a51
Octal36124337244302446132121
Binary11110001101000111111101010010001101010010011010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A3FA; }

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

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

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

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

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

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

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

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