#F0A1FA

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

Shades of Mauve #F0A1FA

Tints of Mauve #F0A1FA

Color information

#F0A1FA (or 0xF0A1FA) is unknown color: approx Mauve. HEX triplet: F0, A1 and FA. RGB value is (240,161,250). Sum of RGB (Red+Green+Blue) = 240+161+250=651 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.87% from 651); Green value is 161 (63.28% from 255 or 24.73% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0A1FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A1FA is #0F5E05. Grayscale: #C2C2C2. Windows color (decimal): -1007110 or 16425456. OLE color: 16425456.

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

Color convert

RGB240161250-
CMYK0.040.3600.02
HSL293.26º89.9%80.59%-
HSV(B)293.26º35.6%98.04%-
XYZ65.9450.9296.8-
YUV194.77159.17160.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.87%
GREEN value IS 161 (63.28% from 255) = 24.73%
BLUE value IS 250 (98.05% from 255) = 38.40%
R=36.87%
G=24.73%
B=38.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2401612500.040.3600.02293.2689.980.59
HexF0A1FA424021255a51
Octal36024137244402445132121
Binary11110000101000011111101010010010001010010010110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A1FA; }

 p { color: rgb(240,161,250); }

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

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

 a { background-color: rgb(240,161,250); }

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

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

 span { border-color: rgb(240,161,250); }

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