#F0A2FA

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

Shades of Mauve #F0A2FA

Tints of Mauve #F0A2FA

Color information

#F0A2FA (or 0xF0A2FA) is unknown color: approx Mauve. HEX triplet: F0, A2 and FA. RGB value is (240,162,250). Sum of RGB (Red+Green+Blue) = 240+162+250=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 162 (63.67% from 255 or 24.85% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0A2FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A2FA is #0F5D05. Grayscale: #C3C3C3. Windows color (decimal): -1006854 or 16425712. OLE color: 16425712.

HSL color Cylindrical-coordinate representation of color #F0A2FA: hue angle of 293.18º 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 #F0A2FA is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB240162250-
CMYK0.040.3500.02
HSL293.18º89.8%80.78%-
HSV(B)293.18º35.2%98.04%-
XYZ66.1151.2796.85-
YUV195.35158.84159.84-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.81%
GREEN value IS 162 (63.67% from 255) = 24.85%
BLUE value IS 250 (98.05% from 255) = 38.34%
R=36.81%
G=24.85%
B=38.34%

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
Decimal2401622500.040.3500.02293.1889.880.78
HexF0A2FA423021255a51
Octal36024237244302445132121
Binary11110000101000101111101010010001101010010010110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A2FA; }

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

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

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

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

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

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

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

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