Shades of Mauvelous #F28DA3
Tints of Mauvelous #F28DA3
RGB
CMYK
RGB Variations
Color information
#F28DA3 (or 0xF28DA3) is known color: Mauvelous. HEX triplet: F2, 8D and A3. RGB value is (242,141,163). Sum of RGB (Red+Green+Blue) = 242+141+163=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 141 (55.47% from 255 or 25.82% from 546); Blue value is 163 (64.06% from 255 or 29.85% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F28DA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28DA3 is #0D725C. Grayscale: #ADADAD. Windows color (decimal): -881245 or 10718706. OLE color: 10718706.
HSL color Cylindrical-coordinate representation of color #F28DA3: hue angle of 346.93º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F28DA3 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 141 | 163 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.05 |
| HSL | 346.93º | 0.8% | 0.75% | - |
| HSV(B) | 346.93º | 0.42% | 0.95% | - |
| XYZ | 52.75 | 40.57 | 39.7 | - |
| YUV | 173.71 | 121.96 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 163 | 0 | 0.42 | 0.33 | 0.05 | 346.93 | 0.8 | 0.75 |
| Hex | F2 | 8D | A3 | 0 | 2A | 21 | 5 | 15B | 50 | 4B |
| Octal | 362 | 215 | 243 | 0 | 52 | 41 | 5 | 533 | 120 | 113 |
| Binary | 11110010 | 10001101 | 10100011 | 0 | 101010 | 100001 | 101 | 101011011 | 1010000 | 1001011 |
Color Harmonies of #F28DA3
Complementary color
Monochromatic Colors of #F28DA3
Black with #F28DA3
Text Example
Text Example
White with #F28DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28DA3; }
p { color: rgb(242,141,163); }
H1.HeaderClassName
{
color: #F28DA3;
}
.AnyTagClassName
{
color: #F28DA3;
}
</style>
background-color css
<style>
a { background-color: #F28DA3; }
a { background-color: rgb(242,141,163); }
div.DivClassName
{
background-color: #F28DA3;
}
.BgClassName
{
background-color: #F28DA3;
}
</style>
border-color css
<style>
span { border-color: #F28DA3; }
span { border-color: rgb(242,141,163); }
td.TdClassName
{
border-color: #F28DA3;
}
.TagClassName
{
border-color: #F28DA3;
}
</style>