Shades of Mauvelous #F28CA3
Tints of Mauvelous #F28CA3
RGB
CMYK
RGB Variations
Color information
#F28CA3 (or 0xF28CA3) is known color: Mauvelous. HEX triplet: F2, 8C and A3. RGB value is (242,140,163). Sum of RGB (Red+Green+Blue) = 242+140+163=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 163 (64.06% from 255 or 29.91% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F28CA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28CA3 is #0D735C. Grayscale: #ADADAD. Windows color (decimal): -881501 or 10718450. OLE color: 10718450.
HSL color Cylindrical-coordinate representation of color #F28CA3: hue angle of 346.47º 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 #F28CA3 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 163 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.05 |
| HSL | 346.47º | 0.8% | 0.75% | - |
| HSV(B) | 346.47º | 0.42% | 0.95% | - |
| XYZ | 52.61 | 40.28 | 39.65 | - |
| YUV | 173.12 | 122.29 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 163 | 0 | 0.42 | 0.33 | 0.05 | 346.47 | 0.8 | 0.75 |
| Hex | F2 | 8C | A3 | 0 | 2A | 21 | 5 | 15A | 50 | 4B |
| Octal | 362 | 214 | 243 | 0 | 52 | 41 | 5 | 532 | 120 | 113 |
| Binary | 11110010 | 10001100 | 10100011 | 0 | 101010 | 100001 | 101 | 101011010 | 1010000 | 1001011 |
Color Harmonies of #F28CA3
Complementary color
Monochromatic Colors of #F28CA3
Black with #F28CA3
Text Example
Text Example
White with #F28CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28CA3; }
p { color: rgb(242,140,163); }
H1.HeaderClassName
{
color: #F28CA3;
}
.AnyTagClassName
{
color: #F28CA3;
}
</style>
background-color css
<style>
a { background-color: #F28CA3; }
a { background-color: rgb(242,140,163); }
div.DivClassName
{
background-color: #F28CA3;
}
.BgClassName
{
background-color: #F28CA3;
}
</style>
border-color css
<style>
span { border-color: #F28CA3; }
span { border-color: rgb(242,140,163); }
td.TdClassName
{
border-color: #F28CA3;
}
.TagClassName
{
border-color: #F28CA3;
}
</style>