Shades of Mauvelous #F98CAA
Tints of Mauvelous #F98CAA
RGB
CMYK
RGB Variations
Color information
#F98CAA (or 0xF98CAA) is known color: Mauvelous. HEX triplet: F9, 8C and AA. RGB value is (249,140,170). Sum of RGB (Red+Green+Blue) = 249+140+170=559 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.54% from 559); Green value is 140 (55.08% from 255 or 25.04% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 249 - color contains mainly: red. Hex color #F98CAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98CAA is #067355. Grayscale: #B0B0B0. Windows color (decimal): -422742 or 11177209. OLE color: 11177209.
HSL color Cylindrical-coordinate representation of color #F98CAA: hue angle of 343.49º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F98CAA is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 140 | 170 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.02 |
| HSL | 343.49º | 0.9% | 0.76% | - |
| HSV(B) | 343.49º | 0.44% | 0.98% | - |
| XYZ | 55.7 | 41.8 | 43.16 | - |
| YUV | 176.01 | 124.61 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 140 | 170 | 0 | 0.44 | 0.32 | 0.02 | 343.49 | 0.9 | 0.76 |
| Hex | F9 | 8C | AA | 0 | 2C | 20 | 2 | 157 | 5A | 4C |
| Octal | 371 | 214 | 252 | 0 | 54 | 40 | 2 | 527 | 132 | 114 |
| Binary | 11111001 | 10001100 | 10101010 | 0 | 101100 | 100000 | 10 | 101010111 | 1011010 | 1001100 |
Color Harmonies of #F98CAA
Complementary color
Monochromatic Colors of #F98CAA
Black with #F98CAA
Text Example
Text Example
White with #F98CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98CAA; }
p { color: rgb(249,140,170); }
H1.HeaderClassName
{
color: #F98CAA;
}
.AnyTagClassName
{
color: #F98CAA;
}
</style>
background-color css
<style>
a { background-color: #F98CAA; }
a { background-color: rgb(249,140,170); }
div.DivClassName
{
background-color: #F98CAA;
}
.BgClassName
{
background-color: #F98CAA;
}
</style>
border-color css
<style>
span { border-color: #F98CAA; }
span { border-color: rgb(249,140,170); }
td.TdClassName
{
border-color: #F98CAA;
}
.TagClassName
{
border-color: #F98CAA;
}
</style>