Shades of Mauvelous #F28AAD
Tints of Mauvelous #F28AAD
RGB
CMYK
RGB Variations
Color information
#F28AAD (or 0xF28AAD) is known color: Mauvelous. HEX triplet: F2, 8A and AD. RGB value is (242,138,173). Sum of RGB (Red+Green+Blue) = 242+138+173=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 138 (54.30% from 255 or 24.95% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F28AAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28AAD is #0D7552. Grayscale: #ADADAD. Windows color (decimal): -882003 or 11373298. OLE color: 11373298.
HSL color Cylindrical-coordinate representation of color #F28AAD: hue angle of 339.81º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F28AAD is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 138 | 173 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.05 |
| HSL | 339.81º | 0.8% | 0.75% | - |
| HSV(B) | 339.81º | 0.43% | 0.95% | - |
| XYZ | 53.25 | 40.07 | 44.46 | - |
| YUV | 173.09 | 127.96 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 138 | 173 | 0 | 0.43 | 0.29 | 0.05 | 339.81 | 0.8 | 0.75 |
| Hex | F2 | 8A | AD | 0 | 2B | 1D | 5 | 154 | 50 | 4B |
| Octal | 362 | 212 | 255 | 0 | 53 | 35 | 5 | 524 | 120 | 113 |
| Binary | 11110010 | 10001010 | 10101101 | 0 | 101011 | 11101 | 101 | 101010100 | 1010000 | 1001011 |
Color Harmonies of #F28AAD
Complementary color
Monochromatic Colors of #F28AAD
Black with #F28AAD
Text Example
Text Example
White with #F28AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28AAD; }
p { color: rgb(242,138,173); }
H1.HeaderClassName
{
color: #F28AAD;
}
.AnyTagClassName
{
color: #F28AAD;
}
</style>
background-color css
<style>
a { background-color: #F28AAD; }
a { background-color: rgb(242,138,173); }
div.DivClassName
{
background-color: #F28AAD;
}
.BgClassName
{
background-color: #F28AAD;
}
</style>
border-color css
<style>
span { border-color: #F28AAD; }
span { border-color: rgb(242,138,173); }
td.TdClassName
{
border-color: #F28AAD;
}
.TagClassName
{
border-color: #F28AAD;
}
</style>