Shades of Mauvelous #F28AAF
Tints of Mauvelous #F28AAF
RGB
CMYK
RGB Variations
Color information
#F28AAF (or 0xF28AAF) is known color: Mauvelous. HEX triplet: F2, 8A and AF. RGB value is (242,138,175). Sum of RGB (Red+Green+Blue) = 242+138+175=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 138 (54.30% from 255 or 24.86% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F28AAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28AAF is #0D7550. Grayscale: #ADADAD. Windows color (decimal): -882001 or 11504370. OLE color: 11504370.
HSL color Cylindrical-coordinate representation of color #F28AAF: hue angle of 338.65º 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 #F28AAF is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 138 | 175 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.05 |
| HSL | 338.65º | 0.8% | 0.75% | - |
| HSV(B) | 338.65º | 0.43% | 0.95% | - |
| XYZ | 53.44 | 40.15 | 45.49 | - |
| YUV | 173.31 | 128.96 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 138 | 175 | 0 | 0.43 | 0.28 | 0.05 | 338.65 | 0.8 | 0.75 |
| Hex | F2 | 8A | AF | 0 | 2B | 1C | 5 | 153 | 50 | 4B |
| Octal | 362 | 212 | 257 | 0 | 53 | 34 | 5 | 523 | 120 | 113 |
| Binary | 11110010 | 10001010 | 10101111 | 0 | 101011 | 11100 | 101 | 101010011 | 1010000 | 1001011 |
Color Harmonies of #F28AAF
Complementary color
Monochromatic Colors of #F28AAF
Black with #F28AAF
Text Example
Text Example
White with #F28AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28AAF; }
p { color: rgb(242,138,175); }
H1.HeaderClassName
{
color: #F28AAF;
}
.AnyTagClassName
{
color: #F28AAF;
}
</style>
background-color css
<style>
a { background-color: #F28AAF; }
a { background-color: rgb(242,138,175); }
div.DivClassName
{
background-color: #F28AAF;
}
.BgClassName
{
background-color: #F28AAF;
}
</style>
border-color css
<style>
span { border-color: #F28AAF; }
span { border-color: rgb(242,138,175); }
td.TdClassName
{
border-color: #F28AAF;
}
.TagClassName
{
border-color: #F28AAF;
}
</style>