Shades of Mauvelous #F286AD
Tints of Mauvelous #F286AD
RGB
CMYK
RGB Variations
Color information
#F286AD (or 0xF286AD) is known color: Mauvelous. HEX triplet: F2, 86 and AD. RGB value is (242,134,173). Sum of RGB (Red+Green+Blue) = 242+134+173=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 134 (52.73% from 255 or 24.41% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F286AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F286AD is #0D7952. Grayscale: #AAAAAA. Windows color (decimal): -883027 or 11372274. OLE color: 11372274.
HSL color Cylindrical-coordinate representation of color #F286AD: hue angle of 338.33º 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 #F286AD is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 134 | 173 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.05 |
| HSL | 338.33º | 0.81% | 0.74% | - |
| HSV(B) | 338.33º | 0.45% | 0.95% | - |
| XYZ | 52.69 | 38.94 | 44.28 | - |
| YUV | 170.74 | 129.28 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 134 | 173 | 0 | 0.45 | 0.29 | 0.05 | 338.33 | 0.81 | 0.74 |
| Hex | F2 | 86 | AD | 0 | 2D | 1D | 5 | 152 | 51 | 4A |
| Octal | 362 | 206 | 255 | 0 | 55 | 35 | 5 | 522 | 121 | 112 |
| Binary | 11110010 | 10000110 | 10101101 | 0 | 101101 | 11101 | 101 | 101010010 | 1010001 | 1001010 |
Color Harmonies of #F286AD
Complementary color
Monochromatic Colors of #F286AD
Black with #F286AD
Text Example
Text Example
White with #F286AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F286AD; }
p { color: rgb(242,134,173); }
H1.HeaderClassName
{
color: #F286AD;
}
.AnyTagClassName
{
color: #F286AD;
}
</style>
background-color css
<style>
a { background-color: #F286AD; }
a { background-color: rgb(242,134,173); }
div.DivClassName
{
background-color: #F286AD;
}
.BgClassName
{
background-color: #F286AD;
}
</style>
border-color css
<style>
span { border-color: #F286AD; }
span { border-color: rgb(242,134,173); }
td.TdClassName
{
border-color: #F286AD;
}
.TagClassName
{
border-color: #F286AD;
}
</style>