Shades of Mauvelous #F991A4
Tints of Mauvelous #F991A4
RGB
CMYK
RGB Variations
Color information
#F991A4 (or 0xF991A4) is known color: Mauvelous. HEX triplet: F9, 91 and A4. RGB value is (249,145,164). Sum of RGB (Red+Green+Blue) = 249+145+164=558 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.62% from 558); Green value is 145 (57.03% from 255 or 25.99% from 558); Blue value is 164 (64.45% from 255 or 29.39% from 558); Max value from RGB is 249 - color contains mainly: red. Hex color #F991A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F991A4 is #066E5B. Grayscale: #B2B2B2. Windows color (decimal): -421468 or 10785273. OLE color: 10785273.
HSL color Cylindrical-coordinate representation of color #F991A4: hue angle of 349.04º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F991A4 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 164 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.02 |
| HSL | 349.04º | 0.9% | 0.77% | - |
| HSV(B) | 349.04º | 0.42% | 0.98% | - |
| XYZ | 55.89 | 43.07 | 40.49 | - |
| YUV | 178.26 | 119.96 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 164 | 0 | 0.42 | 0.34 | 0.02 | 349.04 | 0.9 | 0.77 |
| Hex | F9 | 91 | A4 | 0 | 2A | 22 | 2 | 15D | 5A | 4D |
| Octal | 371 | 221 | 244 | 0 | 52 | 42 | 2 | 535 | 132 | 115 |
| Binary | 11111001 | 10010001 | 10100100 | 0 | 101010 | 100010 | 10 | 101011101 | 1011010 | 1001101 |
Color Harmonies of #F991A4
Complementary color
Monochromatic Colors of #F991A4
Black with #F991A4
Text Example
Text Example
White with #F991A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F991A4; }
p { color: rgb(249,145,164); }
H1.HeaderClassName
{
color: #F991A4;
}
.AnyTagClassName
{
color: #F991A4;
}
</style>
background-color css
<style>
a { background-color: #F991A4; }
a { background-color: rgb(249,145,164); }
div.DivClassName
{
background-color: #F991A4;
}
.BgClassName
{
background-color: #F991A4;
}
</style>
border-color css
<style>
span { border-color: #F991A4; }
span { border-color: rgb(249,145,164); }
td.TdClassName
{
border-color: #F991A4;
}
.TagClassName
{
border-color: #F991A4;
}
</style>