Shades of Mauvelous #F292AB
Tints of Mauvelous #F292AB
RGB
CMYK
RGB Variations
Color information
#F292AB (or 0xF292AB) is known color: Mauvelous. HEX triplet: F2, 92 and AB. RGB value is (242,146,171). Sum of RGB (Red+Green+Blue) = 242+146+171=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F292AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F292AB is #0D6D54. Grayscale: #B1B1B1. Windows color (decimal): -879957 or 11244274. OLE color: 11244274.
HSL color Cylindrical-coordinate representation of color #F292AB: hue angle of 344.38º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F292AB is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 146 | 171 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.05 |
| HSL | 344.38º | 0.79% | 0.76% | - |
| HSV(B) | 344.38º | 0.4% | 0.95% | - |
| XYZ | 54.25 | 42.38 | 43.85 | - |
| YUV | 177.55 | 124.3 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 146 | 171 | 0 | 0.40 | 0.29 | 0.05 | 344.38 | 0.79 | 0.76 |
| Hex | F2 | 92 | AB | 0 | 28 | 1D | 5 | 158 | 4F | 4C |
| Octal | 362 | 222 | 253 | 0 | 50 | 35 | 5 | 530 | 117 | 114 |
| Binary | 11110010 | 10010010 | 10101011 | 0 | 101000 | 11101 | 101 | 101011000 | 1001111 | 1001100 |
Color Harmonies of #F292AB
Complementary color
Monochromatic Colors of #F292AB
Black with #F292AB
Text Example
Text Example
White with #F292AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F292AB; }
p { color: rgb(242,146,171); }
H1.HeaderClassName
{
color: #F292AB;
}
.AnyTagClassName
{
color: #F292AB;
}
</style>
background-color css
<style>
a { background-color: #F292AB; }
a { background-color: rgb(242,146,171); }
div.DivClassName
{
background-color: #F292AB;
}
.BgClassName
{
background-color: #F292AB;
}
</style>
border-color css
<style>
span { border-color: #F292AB; }
span { border-color: rgb(242,146,171); }
td.TdClassName
{
border-color: #F292AB;
}
.TagClassName
{
border-color: #F292AB;
}
</style>