Shades of Mauvelous #F288AF
Tints of Mauvelous #F288AF
RGB
CMYK
RGB Variations
Color information
#F288AF (or 0xF288AF) is known color: Mauvelous. HEX triplet: F2, 88 and AF. RGB value is (242,136,175). Sum of RGB (Red+Green+Blue) = 242+136+175=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 136 (53.52% from 255 or 24.59% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F288AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F288AF is #0D7750. Grayscale: #ACACAC. Windows color (decimal): -882513 or 11503858. OLE color: 11503858.
HSL color Cylindrical-coordinate representation of color #F288AF: hue angle of 337.92º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F288AF is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 175 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.05 |
| HSL | 337.92º | 0.8% | 0.74% | - |
| HSV(B) | 337.92º | 0.44% | 0.95% | - |
| XYZ | 53.16 | 39.58 | 45.4 | - |
| YUV | 172.14 | 129.62 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 175 | 0 | 0.44 | 0.28 | 0.05 | 337.92 | 0.8 | 0.74 |
| Hex | F2 | 88 | AF | 0 | 2C | 1C | 5 | 152 | 50 | 4A |
| Octal | 362 | 210 | 257 | 0 | 54 | 34 | 5 | 522 | 120 | 112 |
| Binary | 11110010 | 10001000 | 10101111 | 0 | 101100 | 11100 | 101 | 101010010 | 1010000 | 1001010 |
Color Harmonies of #F288AF
Complementary color
Monochromatic Colors of #F288AF
Black with #F288AF
Text Example
Text Example
White with #F288AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F288AF; }
p { color: rgb(242,136,175); }
H1.HeaderClassName
{
color: #F288AF;
}
.AnyTagClassName
{
color: #F288AF;
}
</style>
background-color css
<style>
a { background-color: #F288AF; }
a { background-color: rgb(242,136,175); }
div.DivClassName
{
background-color: #F288AF;
}
.BgClassName
{
background-color: #F288AF;
}
</style>
border-color css
<style>
span { border-color: #F288AF; }
span { border-color: rgb(242,136,175); }
td.TdClassName
{
border-color: #F288AF;
}
.TagClassName
{
border-color: #F288AF;
}
</style>