Shades of Mauvelous #F992AD
Tints of Mauvelous #F992AD
RGB
CMYK
RGB Variations
Color information
#F992AD (or 0xF992AD) is known color: Mauvelous. HEX triplet: F9, 92 and AD. RGB value is (249,146,173). Sum of RGB (Red+Green+Blue) = 249+146+173=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 146 (57.42% from 255 or 25.70% from 568); Blue value is 173 (67.97% from 255 or 30.46% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F992AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F992AD is #066D52. Grayscale: #B3B3B3. Windows color (decimal): -421203 or 11375353. OLE color: 11375353.
HSL color Cylindrical-coordinate representation of color #F992AD: hue angle of 344.27º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F992AD is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 173 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.02 |
| HSL | 344.27º | 0.9% | 0.77% | - |
| HSV(B) | 344.27º | 0.41% | 0.98% | - |
| XYZ | 56.89 | 43.71 | 44.97 | - |
| YUV | 179.88 | 124.12 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 173 | 0 | 0.41 | 0.31 | 0.02 | 344.27 | 0.9 | 0.77 |
| Hex | F9 | 92 | AD | 0 | 29 | 1F | 2 | 158 | 5A | 4D |
| Octal | 371 | 222 | 255 | 0 | 51 | 37 | 2 | 530 | 132 | 115 |
| Binary | 11111001 | 10010010 | 10101101 | 0 | 101001 | 11111 | 10 | 101011000 | 1011010 | 1001101 |
Color Harmonies of #F992AD
Complementary color
Monochromatic Colors of #F992AD
Black with #F992AD
Text Example
Text Example
White with #F992AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F992AD; }
p { color: rgb(249,146,173); }
H1.HeaderClassName
{
color: #F992AD;
}
.AnyTagClassName
{
color: #F992AD;
}
</style>
background-color css
<style>
a { background-color: #F992AD; }
a { background-color: rgb(249,146,173); }
div.DivClassName
{
background-color: #F992AD;
}
.BgClassName
{
background-color: #F992AD;
}
</style>
border-color css
<style>
span { border-color: #F992AD; }
span { border-color: rgb(249,146,173); }
td.TdClassName
{
border-color: #F992AD;
}
.TagClassName
{
border-color: #F992AD;
}
</style>