Shades of Mauvelous #F288B0
Tints of Mauvelous #F288B0
RGB
CMYK
RGB Variations
Color information
#F288B0 (or 0xF288B0) is known color: Mauvelous. HEX triplet: F2, 88 and B0. RGB value is (242,136,176). Sum of RGB (Red+Green+Blue) = 242+136+176=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 136 (53.52% from 255 or 24.55% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F288B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F288B0 is #0D774F. Grayscale: #ACACAC. Windows color (decimal): -882512 or 11569394. OLE color: 11569394.
HSL color Cylindrical-coordinate representation of color #F288B0: hue angle of 337.36º 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 #F288B0 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 176 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.05 |
| HSL | 337.36º | 0.8% | 0.74% | - |
| HSV(B) | 337.36º | 0.44% | 0.95% | - |
| XYZ | 53.26 | 39.62 | 45.91 | - |
| YUV | 172.25 | 130.12 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 176 | 0 | 0.44 | 0.27 | 0.05 | 337.36 | 0.8 | 0.74 |
| Hex | F2 | 88 | B0 | 0 | 2C | 1B | 5 | 151 | 50 | 4A |
| Octal | 362 | 210 | 260 | 0 | 54 | 33 | 5 | 521 | 120 | 112 |
| Binary | 11110010 | 10001000 | 10110000 | 0 | 101100 | 11011 | 101 | 101010001 | 1010000 | 1001010 |
Color Harmonies of #F288B0
Complementary color
Monochromatic Colors of #F288B0
Black with #F288B0
Text Example
Text Example
White with #F288B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F288B0; }
p { color: rgb(242,136,176); }
H1.HeaderClassName
{
color: #F288B0;
}
.AnyTagClassName
{
color: #F288B0;
}
</style>
background-color css
<style>
a { background-color: #F288B0; }
a { background-color: rgb(242,136,176); }
div.DivClassName
{
background-color: #F288B0;
}
.BgClassName
{
background-color: #F288B0;
}
</style>
border-color css
<style>
span { border-color: #F288B0; }
span { border-color: rgb(242,136,176); }
td.TdClassName
{
border-color: #F288B0;
}
.TagClassName
{
border-color: #F288B0;
}
</style>