Shades of Mauvelous #F892A8
Tints of Mauvelous #F892A8
RGB
CMYK
RGB Variations
Color information
#F892A8 (or 0xF892A8) is known color: Mauvelous. HEX triplet: F8, 92 and A8. RGB value is (248,146,168). Sum of RGB (Red+Green+Blue) = 248+146+168=562 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.13% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 168 (66.02% from 255 or 29.89% from 562); Max value from RGB is 248 - color contains mainly: red. Hex color #F892A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F892A8 is #076D57. Grayscale: #B3B3B3. Windows color (decimal): -486744 or 11047672. OLE color: 11047672.
HSL color Cylindrical-coordinate representation of color #F892A8: hue angle of 347.06º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F892A8 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 168 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.03 |
| HSL | 347.06º | 0.88% | 0.77% | - |
| HSV(B) | 347.06º | 0.41% | 0.97% | - |
| XYZ | 56.06 | 43.34 | 42.46 | - |
| YUV | 179.01 | 121.79 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 168 | 0 | 0.41 | 0.32 | 0.03 | 347.06 | 0.88 | 0.77 |
| Hex | F8 | 92 | A8 | 0 | 29 | 20 | 3 | 15B | 58 | 4D |
| Octal | 370 | 222 | 250 | 0 | 51 | 40 | 3 | 533 | 130 | 115 |
| Binary | 11111000 | 10010010 | 10101000 | 0 | 101001 | 100000 | 11 | 101011011 | 1011000 | 1001101 |
Color Harmonies of #F892A8
Complementary color
Monochromatic Colors of #F892A8
Black with #F892A8
Text Example
Text Example
White with #F892A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F892A8; }
p { color: rgb(248,146,168); }
H1.HeaderClassName
{
color: #F892A8;
}
.AnyTagClassName
{
color: #F892A8;
}
</style>
background-color css
<style>
a { background-color: #F892A8; }
a { background-color: rgb(248,146,168); }
div.DivClassName
{
background-color: #F892A8;
}
.BgClassName
{
background-color: #F892A8;
}
</style>
border-color css
<style>
span { border-color: #F892A8; }
span { border-color: rgb(248,146,168); }
td.TdClassName
{
border-color: #F892A8;
}
.TagClassName
{
border-color: #F892A8;
}
</style>