Shades of Mauve #F0A9FD
Tints of Mauve #F0A9FD
RGB
CMYK
RGB Variations
Color information
#F0A9FD (or 0xF0A9FD) is known color: 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
| RGB | 240 | 169 | 253 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.01 |
| HSL | 290.71º | 0.95% | 0.83% | - |
| HSV(B) | 290.71º | 0.33% | 0.99% | - |
| XYZ | 67.85 | 53.99 | 99.77 | - |
| YUV | 199.81 | 158.02 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 169 | 253 | 0.05 | 0.33 | 0 | 0.01 | 290.71 | 0.95 | 0.83 |
| Hex | F0 | A9 | FD | 5 | 21 | 0 | 1 | 123 | 5F | 53 |
| Octal | 360 | 251 | 375 | 5 | 41 | 0 | 1 | 443 | 137 | 123 |
| Binary | 11110000 | 10101001 | 11111101 | 101 | 100001 | 0 | 1 | 100100011 | 1011111 | 1010011 |
Color Harmonies of #F0A9FD
Complementary color
Monochromatic Colors of #F0A9FD
Black with #F0A9FD
Text Example
Text Example
White with #F0A9FD
Text Example
Text Example
HTML Codes & Css Web 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>