Shades of Mauvelous #F28AA6
Tints of Mauvelous #F28AA6
RGB
CMYK
RGB Variations
Color information
#F28AA6 (or 0xF28AA6) is known color: Mauvelous. HEX triplet: F2, 8A and A6. RGB value is (242,138,166). Sum of RGB (Red+Green+Blue) = 242+138+166=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 138 (54.30% from 255 or 25.27% from 546); Blue value is 166 (65.23% from 255 or 30.40% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F28AA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28AA6 is #0D7559. Grayscale: #ACACAC. Windows color (decimal): -882010 or 10914546. OLE color: 10914546.
HSL color Cylindrical-coordinate representation of color #F28AA6: hue angle of 343.85º 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 #F28AA6 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 138 | 166 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.05 |
| HSL | 343.85º | 0.8% | 0.75% | - |
| HSV(B) | 343.85º | 0.43% | 0.95% | - |
| XYZ | 52.59 | 39.81 | 40.99 | - |
| YUV | 172.29 | 124.46 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 138 | 166 | 0 | 0.43 | 0.31 | 0.05 | 343.85 | 0.8 | 0.75 |
| Hex | F2 | 8A | A6 | 0 | 2B | 1F | 5 | 158 | 50 | 4B |
| Octal | 362 | 212 | 246 | 0 | 53 | 37 | 5 | 530 | 120 | 113 |
| Binary | 11110010 | 10001010 | 10100110 | 0 | 101011 | 11111 | 101 | 101011000 | 1010000 | 1001011 |
Color Harmonies of #F28AA6
Complementary color
Monochromatic Colors of #F28AA6
Black with #F28AA6
Text Example
Text Example
White with #F28AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28AA6; }
p { color: rgb(242,138,166); }
H1.HeaderClassName
{
color: #F28AA6;
}
.AnyTagClassName
{
color: #F28AA6;
}
</style>
background-color css
<style>
a { background-color: #F28AA6; }
a { background-color: rgb(242,138,166); }
div.DivClassName
{
background-color: #F28AA6;
}
.BgClassName
{
background-color: #F28AA6;
}
</style>
border-color css
<style>
span { border-color: #F28AA6; }
span { border-color: rgb(242,138,166); }
td.TdClassName
{
border-color: #F28AA6;
}
.TagClassName
{
border-color: #F28AA6;
}
</style>