#F0A9FD

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

Shades of Mauve #F0A9FD

Tints of Mauve #F0A9FD

Color information

#F0A9FD (or 0xF0A9FD) is unknown color: approx Mauve. HEX triplet: F0, A9 and FD. RGB value is (240,169,253). Sum of RGB (Red+Green+Blue) = 240+169+253=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 169 (66.41% from 255 or 25.53% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0A9FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A9FD is #0F5602. Grayscale: #C7C7C7. Windows color (decimal): -1005059 or 16624112. OLE color: 16624112.

HSL color Cylindrical-coordinate representation of color #F0A9FD: hue angle of 290.71º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0A9FD is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB240169253-
CMYK0.050.3300.01
HSL290.71º95.45%82.75%-
HSV(B)290.71º33.2%99.22%-
XYZ67.8553.9999.77-
YUV199.8158.02156.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.25%
GREEN value IS 169 (66.41% from 255) = 25.53%
BLUE value IS 253 (99.22% from 255) = 38.22%
R=36.25%
G=25.53%
B=38.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2401692530.050.3300.01290.7195.4582.75
HexF0A9FD521011235f53
Octal36025137554101443137123
Binary1111000010101001111111011011000010110010001110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A9FD; }

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

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

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

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

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

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

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

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