#F0A9FA

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

Shades of Mauve #F0A9FA

Tints of Mauve #F0A9FA

Color information

#F0A9FA (or 0xF0A9FA) is unknown color: approx Mauve. HEX triplet: F0, A9 and FA. RGB value is (240,169,250). Sum of RGB (Red+Green+Blue) = 240+169+250=659 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.42% from 659); Green value is 169 (66.41% from 255 or 25.64% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0A9FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A9FA is #0F5605. Grayscale: #C7C7C7. Windows color (decimal): -1005062 or 16427504. OLE color: 16427504.

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

Color convert

RGB240169250-
CMYK0.040.3200.02
HSL292.59º89.01%82.16%-
HSV(B)292.59º32.4%98.04%-
XYZ67.3853.897.28-
YUV199.46156.52156.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.42%
GREEN value IS 169 (66.41% from 255) = 25.64%
BLUE value IS 250 (98.05% from 255) = 37.94%
R=36.42%
G=25.64%
B=37.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2401692500.040.3200.02292.5989.0182.16
HexF0A9FA420021255952
Octal36025137244002445131122
Binary11110000101010011111101010010000001010010010110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A9FA; }

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

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

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

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

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

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

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

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