Shades of Mauvelous #F28EA3
Tints of Mauvelous #F28EA3
RGB
CMYK
RGB Variations
Color information
#F28EA3 (or 0xF28EA3) is known color: Mauvelous. HEX triplet: F2, 8E and A3. RGB value is (242,142,163). Sum of RGB (Red+Green+Blue) = 242+142+163=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 142 (55.86% from 255 or 25.96% from 547); Blue value is 163 (64.06% from 255 or 29.80% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F28EA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28EA3 is #0D715C. Grayscale: #AEAEAE. Windows color (decimal): -880989 or 10718962. OLE color: 10718962.
HSL color Cylindrical-coordinate representation of color #F28EA3: hue angle of 347.4º 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 #F28EA3 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 142 | 163 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.05 |
| HSL | 347.4º | 0.79% | 0.75% | - |
| HSV(B) | 347.4º | 0.41% | 0.95% | - |
| XYZ | 52.9 | 40.87 | 39.75 | - |
| YUV | 174.29 | 121.63 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 142 | 163 | 0 | 0.41 | 0.33 | 0.05 | 347.4 | 0.79 | 0.75 |
| Hex | F2 | 8E | A3 | 0 | 29 | 21 | 5 | 15B | 4F | 4B |
| Octal | 362 | 216 | 243 | 0 | 51 | 41 | 5 | 533 | 117 | 113 |
| Binary | 11110010 | 10001110 | 10100011 | 0 | 101001 | 100001 | 101 | 101011011 | 1001111 | 1001011 |
Color Harmonies of #F28EA3
Complementary color
Monochromatic Colors of #F28EA3
Black with #F28EA3
Text Example
Text Example
White with #F28EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28EA3; }
p { color: rgb(242,142,163); }
H1.HeaderClassName
{
color: #F28EA3;
}
.AnyTagClassName
{
color: #F28EA3;
}
</style>
background-color css
<style>
a { background-color: #F28EA3; }
a { background-color: rgb(242,142,163); }
div.DivClassName
{
background-color: #F28EA3;
}
.BgClassName
{
background-color: #F28EA3;
}
</style>
border-color css
<style>
span { border-color: #F28EA3; }
span { border-color: rgb(242,142,163); }
td.TdClassName
{
border-color: #F28EA3;
}
.TagClassName
{
border-color: #F28EA3;
}
</style>