Shades of Mauvelous #F892A4
Tints of Mauvelous #F892A4
RGB
CMYK
RGB Variations
Color information
#F892A4 (or 0xF892A4) is known color: Mauvelous. HEX triplet: F8, 92 and A4. RGB value is (248,146,164). Sum of RGB (Red+Green+Blue) = 248+146+164=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 146 (57.42% from 255 or 26.16% from 558); Blue value is 164 (64.45% from 255 or 29.39% from 558); Max value from RGB is 248 - color contains mainly: red. Hex color #F892A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F892A4 is #076D5B. Grayscale: #B2B2B2. Windows color (decimal): -486748 or 10785528. OLE color: 10785528.
HSL color Cylindrical-coordinate representation of color #F892A4: hue angle of 349.41º 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 #F892A4 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 164 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.03 |
| HSL | 349.41º | 0.88% | 0.77% | - |
| HSV(B) | 349.41º | 0.41% | 0.97% | - |
| XYZ | 55.69 | 43.19 | 40.52 | - |
| YUV | 178.55 | 119.79 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 164 | 0 | 0.41 | 0.34 | 0.03 | 349.41 | 0.88 | 0.77 |
| Hex | F8 | 92 | A4 | 0 | 29 | 22 | 3 | 15D | 58 | 4D |
| Octal | 370 | 222 | 244 | 0 | 51 | 42 | 3 | 535 | 130 | 115 |
| Binary | 11111000 | 10010010 | 10100100 | 0 | 101001 | 100010 | 11 | 101011101 | 1011000 | 1001101 |
Color Harmonies of #F892A4
Complementary color
Monochromatic Colors of #F892A4
Black with #F892A4
Text Example
Text Example
White with #F892A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F892A4; }
p { color: rgb(248,146,164); }
H1.HeaderClassName
{
color: #F892A4;
}
.AnyTagClassName
{
color: #F892A4;
}
</style>
background-color css
<style>
a { background-color: #F892A4; }
a { background-color: rgb(248,146,164); }
div.DivClassName
{
background-color: #F892A4;
}
.BgClassName
{
background-color: #F892A4;
}
</style>
border-color css
<style>
span { border-color: #F892A4; }
span { border-color: rgb(248,146,164); }
td.TdClassName
{
border-color: #F892A4;
}
.TagClassName
{
border-color: #F892A4;
}
</style>