Shades of Mauvelous #F28AA8
Tints of Mauvelous #F28AA8
RGB
CMYK
RGB Variations
Color information
#F28AA8 (or 0xF28AA8) is known color: Mauvelous. HEX triplet: F2, 8A and A8. RGB value is (242,138,168). Sum of RGB (Red+Green+Blue) = 242+138+168=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 138 (54.30% from 255 or 25.18% from 548); Blue value is 168 (66.02% from 255 or 30.66% from 548); Max value from RGB is 242 - color contains mainly: red. Hex color #F28AA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28AA8 is #0D7557. Grayscale: #ACACAC. Windows color (decimal): -882008 or 11045618. OLE color: 11045618.
HSL color Cylindrical-coordinate representation of color #F28AA8: hue angle of 342.69º 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 #F28AA8 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 138 | 168 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.05 |
| HSL | 342.69º | 0.8% | 0.75% | - |
| HSV(B) | 342.69º | 0.43% | 0.95% | - |
| XYZ | 52.77 | 39.88 | 41.96 | - |
| YUV | 172.52 | 125.46 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 138 | 168 | 0 | 0.43 | 0.31 | 0.05 | 342.69 | 0.8 | 0.75 |
| Hex | F2 | 8A | A8 | 0 | 2B | 1F | 5 | 157 | 50 | 4B |
| Octal | 362 | 212 | 250 | 0 | 53 | 37 | 5 | 527 | 120 | 113 |
| Binary | 11110010 | 10001010 | 10101000 | 0 | 101011 | 11111 | 101 | 101010111 | 1010000 | 1001011 |
Color Harmonies of #F28AA8
Complementary color
Monochromatic Colors of #F28AA8
Black with #F28AA8
Text Example
Text Example
White with #F28AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28AA8; }
p { color: rgb(242,138,168); }
H1.HeaderClassName
{
color: #F28AA8;
}
.AnyTagClassName
{
color: #F28AA8;
}
</style>
background-color css
<style>
a { background-color: #F28AA8; }
a { background-color: rgb(242,138,168); }
div.DivClassName
{
background-color: #F28AA8;
}
.BgClassName
{
background-color: #F28AA8;
}
</style>
border-color css
<style>
span { border-color: #F28AA8; }
span { border-color: rgb(242,138,168); }
td.TdClassName
{
border-color: #F28AA8;
}
.TagClassName
{
border-color: #F28AA8;
}
</style>