Shades of Mauvelous #F28BAC
Tints of Mauvelous #F28BAC
RGB
CMYK
RGB Variations
Color information
#F28BAC (or 0xF28BAC) is known color: Mauvelous. HEX triplet: F2, 8B and AC. RGB value is (242,139,172). Sum of RGB (Red+Green+Blue) = 242+139+172=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 139 (54.69% from 255 or 25.14% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28BAC is #0D7453. Grayscale: #ADADAD. Windows color (decimal): -881748 or 11308018. OLE color: 11308018.
HSL color Cylindrical-coordinate representation of color #F28BAC: hue angle of 340.78º 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 #F28BAC is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 172 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.05 |
| HSL | 340.78º | 0.8% | 0.75% | - |
| HSV(B) | 340.78º | 0.43% | 0.95% | - |
| XYZ | 53.3 | 40.32 | 44 | - |
| YUV | 173.56 | 127.12 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 172 | 0 | 0.43 | 0.29 | 0.05 | 340.78 | 0.8 | 0.75 |
| Hex | F2 | 8B | AC | 0 | 2B | 1D | 5 | 155 | 50 | 4B |
| Octal | 362 | 213 | 254 | 0 | 53 | 35 | 5 | 525 | 120 | 113 |
| Binary | 11110010 | 10001011 | 10101100 | 0 | 101011 | 11101 | 101 | 101010101 | 1010000 | 1001011 |
Color Harmonies of #F28BAC
Complementary color
Monochromatic Colors of #F28BAC
Black with #F28BAC
Text Example
Text Example
White with #F28BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28BAC; }
p { color: rgb(242,139,172); }
H1.HeaderClassName
{
color: #F28BAC;
}
.AnyTagClassName
{
color: #F28BAC;
}
</style>
background-color css
<style>
a { background-color: #F28BAC; }
a { background-color: rgb(242,139,172); }
div.DivClassName
{
background-color: #F28BAC;
}
.BgClassName
{
background-color: #F28BAC;
}
</style>
border-color css
<style>
span { border-color: #F28BAC; }
span { border-color: rgb(242,139,172); }
td.TdClassName
{
border-color: #F28BAC;
}
.TagClassName
{
border-color: #F28BAC;
}
</style>