Shades of Mauvelous #F999A8
Tints of Mauvelous #F999A8
RGB
CMYK
RGB Variations
Color information
#F999A8 (or 0xF999A8) is known color: Mauvelous. HEX triplet: F9, 99 and A8. RGB value is (249,153,168). Sum of RGB (Red+Green+Blue) = 249+153+168=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 168 (66.02% from 255 or 29.47% from 570); Max value from RGB is 249 - color contains mainly: red. Hex color #F999A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F999A8 is #066657. Grayscale: #B7B7B7. Windows color (decimal): -419416 or 11049465. OLE color: 11049465.
HSL color Cylindrical-coordinate representation of color #F999A8: hue angle of 350.62º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F999A8 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 153 | 168 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.02 |
| HSL | 350.63º | 0.89% | 0.79% | - |
| HSV(B) | 350.63º | 0.39% | 0.98% | - |
| XYZ | 57.53 | 45.75 | 42.84 | - |
| YUV | 183.41 | 119.3 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 153 | 168 | 0 | 0.39 | 0.33 | 0.02 | 350.63 | 0.89 | 0.79 |
| Hex | F9 | 99 | A8 | 0 | 27 | 21 | 2 | 15F | 59 | 4F |
| Octal | 371 | 231 | 250 | 0 | 47 | 41 | 2 | 537 | 131 | 117 |
| Binary | 11111001 | 10011001 | 10101000 | 0 | 100111 | 100001 | 10 | 101011111 | 1011001 | 1001111 |
Color Harmonies of #F999A8
Complementary color
Monochromatic Colors of #F999A8
Black with #F999A8
Text Example
Text Example
White with #F999A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F999A8; }
p { color: rgb(249,153,168); }
H1.HeaderClassName
{
color: #F999A8;
}
.AnyTagClassName
{
color: #F999A8;
}
</style>
background-color css
<style>
a { background-color: #F999A8; }
a { background-color: rgb(249,153,168); }
div.DivClassName
{
background-color: #F999A8;
}
.BgClassName
{
background-color: #F999A8;
}
</style>
border-color css
<style>
span { border-color: #F999A8; }
span { border-color: rgb(249,153,168); }
td.TdClassName
{
border-color: #F999A8;
}
.TagClassName
{
border-color: #F999A8;
}
</style>