Shades of Mauvelous #F286AF
Tints of Mauvelous #F286AF
RGB
CMYK
RGB Variations
Color information
#F286AF (or 0xF286AF) is known color: Mauvelous. HEX triplet: F2, 86 and AF. RGB value is (242,134,175). Sum of RGB (Red+Green+Blue) = 242+134+175=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 134 (52.73% from 255 or 24.32% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F286AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F286AF is #0D7950. Grayscale: #AAAAAA. Windows color (decimal): -883025 or 11503346. OLE color: 11503346.
HSL color Cylindrical-coordinate representation of color #F286AF: hue angle of 337.22º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F286AF is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 134 | 175 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.05 |
| HSL | 337.22º | 0.81% | 0.74% | - |
| HSV(B) | 337.22º | 0.45% | 0.95% | - |
| XYZ | 52.88 | 39.02 | 45.3 | - |
| YUV | 170.97 | 130.28 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 134 | 175 | 0 | 0.45 | 0.28 | 0.05 | 337.22 | 0.81 | 0.74 |
| Hex | F2 | 86 | AF | 0 | 2D | 1C | 5 | 151 | 51 | 4A |
| Octal | 362 | 206 | 257 | 0 | 55 | 34 | 5 | 521 | 121 | 112 |
| Binary | 11110010 | 10000110 | 10101111 | 0 | 101101 | 11100 | 101 | 101010001 | 1010001 | 1001010 |
Color Harmonies of #F286AF
Complementary color
Monochromatic Colors of #F286AF
Black with #F286AF
Text Example
Text Example
White with #F286AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F286AF; }
p { color: rgb(242,134,175); }
H1.HeaderClassName
{
color: #F286AF;
}
.AnyTagClassName
{
color: #F286AF;
}
</style>
background-color css
<style>
a { background-color: #F286AF; }
a { background-color: rgb(242,134,175); }
div.DivClassName
{
background-color: #F286AF;
}
.BgClassName
{
background-color: #F286AF;
}
</style>
border-color css
<style>
span { border-color: #F286AF; }
span { border-color: rgb(242,134,175); }
td.TdClassName
{
border-color: #F286AF;
}
.TagClassName
{
border-color: #F286AF;
}
</style>