#F0A3FF

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

Shades of Mauve #F0A3FF

Tints of Mauve #F0A3FF

Color information

#F0A3FF (or 0xF0A3FF) is unknown color: approx Mauve. HEX triplet: F0, A3 and FF. RGB value is (240,163,255). Sum of RGB (Red+Green+Blue) = 240+163+255=658 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.47% from 658); Green value is 163 (64.06% from 255 or 24.77% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0A3FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A3FF is #0F5C00. Grayscale: #C4C4C4. Windows color (decimal): -1006593 or 16753648. OLE color: 16753648.

HSL color Cylindrical-coordinate representation of color #F0A3FF: hue angle of 290.22º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0A3FF is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB240163255-
CMYK0.060.3600
HSL290.22º100%81.96%-
HSV(B)290.22º36.08%100%-
XYZ67.0851.94101.1-
YUV196.51161.01159.02-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.47%
GREEN value IS 163 (64.06% from 255) = 24.77%
BLUE value IS 255 (100% from 255) = 38.75%
R=36.47%
G=24.77%
B=38.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2401632550.060.3600290.2210081.96
HexF0A3FF624001226452
Octal36024337764400442144122
Binary1111000010100011111111111101001000010010001011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A3FF; }

 p { color: rgb(240,163,255); }

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

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

 a { background-color: rgb(240,163,255); }

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

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

 span { border-color: rgb(240,163,255); }

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