Shades of Mauvelous #F28EA2
Tints of Mauvelous #F28EA2
RGB
CMYK
RGB Variations
Color information
#F28EA2 (or 0xF28EA2) is known color: Mauvelous. HEX triplet: F2, 8E and A2. RGB value is (242,142,162). Sum of RGB (Red+Green+Blue) = 242+142+162=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 162 (63.67% from 255 or 29.67% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F28EA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28EA2 is #0D715D. Grayscale: #AEAEAE. Windows color (decimal): -880990 or 10653426. OLE color: 10653426.
HSL color Cylindrical-coordinate representation of color #F28EA2: hue angle of 348º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F28EA2 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 142 | 162 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.05 |
| HSL | 348º | 0.79% | 0.75% | - |
| HSV(B) | 348º | 0.41% | 0.95% | - |
| XYZ | 52.81 | 40.83 | 39.28 | - |
| YUV | 174.18 | 121.13 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 142 | 162 | 0 | 0.41 | 0.33 | 0.05 | 348 | 0.79 | 0.75 |
| Hex | F2 | 8E | A2 | 0 | 29 | 21 | 5 | 15C | 4F | 4B |
| Octal | 362 | 216 | 242 | 0 | 51 | 41 | 5 | 534 | 117 | 113 |
| Binary | 11110010 | 10001110 | 10100010 | 0 | 101001 | 100001 | 101 | 101011100 | 1001111 | 1001011 |
Color Harmonies of #F28EA2
Complementary color
Monochromatic Colors of #F28EA2
Black with #F28EA2
Text Example
Text Example
White with #F28EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28EA2; }
p { color: rgb(242,142,162); }
H1.HeaderClassName
{
color: #F28EA2;
}
.AnyTagClassName
{
color: #F28EA2;
}
</style>
background-color css
<style>
a { background-color: #F28EA2; }
a { background-color: rgb(242,142,162); }
div.DivClassName
{
background-color: #F28EA2;
}
.BgClassName
{
background-color: #F28EA2;
}
</style>
border-color css
<style>
span { border-color: #F28EA2; }
span { border-color: rgb(242,142,162); }
td.TdClassName
{
border-color: #F28EA2;
}
.TagClassName
{
border-color: #F28EA2;
}
</style>