#F0A9FE

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

Shades of Mauve #F0A9FE

Tints of Mauve #F0A9FE

Color information

#F0A9FE (or 0xF0A9FE) is unknown color: approx Mauve. HEX triplet: F0, A9 and FE. RGB value is (240,169,254). Sum of RGB (Red+Green+Blue) = 240+169+254=663 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.20% from 663); Green value is 169 (66.41% from 255 or 25.49% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0A9FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A9FE is #0F5601. Grayscale: #C7C7C7. Windows color (decimal): -1005058 or 16689648. OLE color: 16689648.

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

Color convert

RGB240169254-
CMYK0.060.3300.00
HSL290.12º97.7%82.94%-
HSV(B)290.12º33.46%99.61%-
XYZ68.0154.06100.62-
YUV199.92158.52156.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.20%
GREEN value IS 169 (66.41% from 255) = 25.49%
BLUE value IS 254 (99.61% from 255) = 38.31%
R=36.20%
G=25.49%
B=38.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2401692540.060.3300.00290.1297.782.94
HexF0A9FE621001226253
Octal36025137664100442142123
Binary1111000010101001111111101101000010010010001011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A9FE; }

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

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

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

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

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

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

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

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