Shades of Mauvelous #F28AA2
Tints of Mauvelous #F28AA2
RGB
CMYK
RGB Variations
Color information
#F28AA2 (or 0xF28AA2) is known color: Mauvelous. HEX triplet: F2, 8A and A2. RGB value is (242,138,162). Sum of RGB (Red+Green+Blue) = 242+138+162=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 162 (63.67% from 255 or 29.89% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F28AA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28AA2 is #0D755D. Grayscale: #ABABAB. Windows color (decimal): -882014 or 10652402. OLE color: 10652402.
HSL color Cylindrical-coordinate representation of color #F28AA2: hue angle of 346.15º 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 #F28AA2 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 138 | 162 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.05 |
| HSL | 346.15º | 0.8% | 0.75% | - |
| HSV(B) | 346.15º | 0.43% | 0.95% | - |
| XYZ | 52.23 | 39.66 | 39.09 | - |
| YUV | 171.83 | 122.46 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 138 | 162 | 0 | 0.43 | 0.33 | 0.05 | 346.15 | 0.8 | 0.75 |
| Hex | F2 | 8A | A2 | 0 | 2B | 21 | 5 | 15A | 50 | 4B |
| Octal | 362 | 212 | 242 | 0 | 53 | 41 | 5 | 532 | 120 | 113 |
| Binary | 11110010 | 10001010 | 10100010 | 0 | 101011 | 100001 | 101 | 101011010 | 1010000 | 1001011 |
Color Harmonies of #F28AA2
Complementary color
Monochromatic Colors of #F28AA2
Black with #F28AA2
Text Example
Text Example
White with #F28AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28AA2; }
p { color: rgb(242,138,162); }
H1.HeaderClassName
{
color: #F28AA2;
}
.AnyTagClassName
{
color: #F28AA2;
}
</style>
background-color css
<style>
a { background-color: #F28AA2; }
a { background-color: rgb(242,138,162); }
div.DivClassName
{
background-color: #F28AA2;
}
.BgClassName
{
background-color: #F28AA2;
}
</style>
border-color css
<style>
span { border-color: #F28AA2; }
span { border-color: rgb(242,138,162); }
td.TdClassName
{
border-color: #F28AA2;
}
.TagClassName
{
border-color: #F28AA2;
}
</style>