Shades of Mauvelous #F98FA9
Tints of Mauvelous #F98FA9
RGB
CMYK
RGB Variations
Color information
#F98FA9 (or 0xF98FA9) is known color: Mauvelous. HEX triplet: F9, 8F and A9. RGB value is (249,143,169). Sum of RGB (Red+Green+Blue) = 249+143+169=561 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.39% from 561); Green value is 143 (56.25% from 255 or 25.49% from 561); Blue value is 169 (66.41% from 255 or 30.12% from 561); Max value from RGB is 249 - color contains mainly: red. Hex color #F98FA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98FA9 is #067056. Grayscale: #B1B1B1. Windows color (decimal): -421975 or 11112441. OLE color: 11112441.
HSL color Cylindrical-coordinate representation of color #F98FA9: hue angle of 345.28º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F98FA9 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 143 | 169 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.02 |
| HSL | 345.28º | 0.9% | 0.77% | - |
| HSV(B) | 345.28º | 0.43% | 0.98% | - |
| XYZ | 56.05 | 42.65 | 42.81 | - |
| YUV | 177.66 | 123.12 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 143 | 169 | 0 | 0.43 | 0.32 | 0.02 | 345.28 | 0.9 | 0.77 |
| Hex | F9 | 8F | A9 | 0 | 2B | 20 | 2 | 159 | 5A | 4D |
| Octal | 371 | 217 | 251 | 0 | 53 | 40 | 2 | 531 | 132 | 115 |
| Binary | 11111001 | 10001111 | 10101001 | 0 | 101011 | 100000 | 10 | 101011001 | 1011010 | 1001101 |
Color Harmonies of #F98FA9
Complementary color
Monochromatic Colors of #F98FA9
Black with #F98FA9
Text Example
Text Example
White with #F98FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98FA9; }
p { color: rgb(249,143,169); }
H1.HeaderClassName
{
color: #F98FA9;
}
.AnyTagClassName
{
color: #F98FA9;
}
</style>
background-color css
<style>
a { background-color: #F98FA9; }
a { background-color: rgb(249,143,169); }
div.DivClassName
{
background-color: #F98FA9;
}
.BgClassName
{
background-color: #F98FA9;
}
</style>
border-color css
<style>
span { border-color: #F98FA9; }
span { border-color: rgb(249,143,169); }
td.TdClassName
{
border-color: #F98FA9;
}
.TagClassName
{
border-color: #F98FA9;
}
</style>