Shades of Mauvelous #F287AB
Tints of Mauvelous #F287AB
RGB
CMYK
RGB Variations
Color information
#F287AB (or 0xF287AB) is known color: Mauvelous. HEX triplet: F2, 87 and AB. RGB value is (242,135,171). Sum of RGB (Red+Green+Blue) = 242+135+171=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 135 (53.12% from 255 or 24.64% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 242 - color contains mainly: red. Hex color #F287AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F287AB is #0D7854. Grayscale: #ABABAB. Windows color (decimal): -882773 or 11241458. OLE color: 11241458.
HSL color Cylindrical-coordinate representation of color #F287AB: hue angle of 339.81º 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 #F287AB is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 171 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.05 |
| HSL | 339.81º | 0.8% | 0.74% | - |
| HSV(B) | 339.81º | 0.44% | 0.95% | - |
| XYZ | 52.63 | 39.15 | 43.31 | - |
| YUV | 171.1 | 127.95 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 171 | 0 | 0.44 | 0.29 | 0.05 | 339.81 | 0.8 | 0.74 |
| Hex | F2 | 87 | AB | 0 | 2C | 1D | 5 | 154 | 50 | 4A |
| Octal | 362 | 207 | 253 | 0 | 54 | 35 | 5 | 524 | 120 | 112 |
| Binary | 11110010 | 10000111 | 10101011 | 0 | 101100 | 11101 | 101 | 101010100 | 1010000 | 1001010 |
Color Harmonies of #F287AB
Complementary color
Monochromatic Colors of #F287AB
Black with #F287AB
Text Example
Text Example
White with #F287AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F287AB; }
p { color: rgb(242,135,171); }
H1.HeaderClassName
{
color: #F287AB;
}
.AnyTagClassName
{
color: #F287AB;
}
</style>
background-color css
<style>
a { background-color: #F287AB; }
a { background-color: rgb(242,135,171); }
div.DivClassName
{
background-color: #F287AB;
}
.BgClassName
{
background-color: #F287AB;
}
</style>
border-color css
<style>
span { border-color: #F287AB; }
span { border-color: rgb(242,135,171); }
td.TdClassName
{
border-color: #F287AB;
}
.TagClassName
{
border-color: #F287AB;
}
</style>