Shades of Mauve #F4ABF9
Tints of Mauve #F4ABF9
RGB
CMYK
RGB Variations
Color information
#F4ABF9 (or 0xF4ABF9) is known color: Mauve. HEX triplet: F4, AB and F9. RGB value is (244,171,249). Sum of RGB (Red+Green+Blue) = 244+171+249=664 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.75% from 664); Green value is 171 (67.19% from 255 or 25.75% from 664); Blue value is 249 (97.66% from 255 or 37.5% from 664); Max value from RGB is 249 - color contains mainly: blue. Hex color #F4ABF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4ABF9 is #0B5406. Grayscale: #C9C9C9. Windows color (decimal): -742407 or 16362484. OLE color: 16362484.
HSL color Cylindrical-coordinate representation of color #F4ABF9: hue angle of 296.15º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F4ABF9 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 171 | 249 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.02 |
| HSL | 296.15º | 0.87% | 0.82% | - |
| HSV(B) | 296.15º | 0.31% | 0.98% | - |
| XYZ | 68.97 | 55.2 | 96.64 | - |
| YUV | 201.72 | 154.68 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 171 | 249 | 0.02 | 0.31 | 0 | 0.02 | 296.15 | 0.87 | 0.82 |
| Hex | F4 | AB | F9 | 2 | 1F | 0 | 2 | 128 | 57 | 52 |
| Octal | 364 | 253 | 371 | 2 | 37 | 0 | 2 | 450 | 127 | 122 |
| Binary | 11110100 | 10101011 | 11111001 | 10 | 11111 | 0 | 10 | 100101000 | 1010111 | 1010010 |
Color Harmonies of #F4ABF9
Complementary color
Monochromatic Colors of #F4ABF9
Black with #F4ABF9
Text Example
Text Example
White with #F4ABF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ABF9; }
p { color: rgb(244,171,249); }
H1.HeaderClassName
{
color: #F4ABF9;
}
.AnyTagClassName
{
color: #F4ABF9;
}
</style>
background-color css
<style>
a { background-color: #F4ABF9; }
a { background-color: rgb(244,171,249); }
div.DivClassName
{
background-color: #F4ABF9;
}
.BgClassName
{
background-color: #F4ABF9;
}
</style>
border-color css
<style>
span { border-color: #F4ABF9; }
span { border-color: rgb(244,171,249); }
td.TdClassName
{
border-color: #F4ABF9;
}
.TagClassName
{
border-color: #F4ABF9;
}
</style>