Shades of Pale Magenta #F286E8
Tints of Pale Magenta #F286E8
RGB
CMYK
RGB Variations
Color information
#F286E8 (or 0xF286E8) is known color: Pale Magenta. HEX triplet: F2, 86 and E8. RGB value is (242,134,232). Sum of RGB (Red+Green+Blue) = 242+134+232=608 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.80% from 608); Green value is 134 (52.73% from 255 or 22.04% from 608); Blue value is 232 (91.02% from 255 or 38.16% from 608); Max value from RGB is 242 - color contains mainly: red. Hex color #F286E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F286E8 is #0D7917. Grayscale: #B1B1B1. Windows color (decimal): -882968 or 15238898. OLE color: 15238898.
HSL color Cylindrical-coordinate representation of color #F286E8: hue angle of 305.56º 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 #F286E8 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 134 | 232 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.05 |
| HSL | 305.56º | 0.81% | 0.74% | - |
| HSV(B) | 305.56º | 0.45% | 0.95% | - |
| XYZ | 59.71 | 41.75 | 81.26 | - |
| YUV | 177.46 | 158.78 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 134 | 232 | 0 | 0.45 | 0.04 | 0.05 | 305.56 | 0.81 | 0.74 |
| Hex | F2 | 86 | E8 | 0 | 2D | 4 | 5 | 132 | 51 | 4A |
| Octal | 362 | 206 | 350 | 0 | 55 | 4 | 5 | 462 | 121 | 112 |
| Binary | 11110010 | 10000110 | 11101000 | 0 | 101101 | 100 | 101 | 100110010 | 1010001 | 1001010 |
Color Harmonies of #F286E8
Complementary color
Monochromatic Colors of #F286E8
Black with #F286E8
Text Example
Text Example
White with #F286E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F286E8; }
p { color: rgb(242,134,232); }
H1.HeaderClassName
{
color: #F286E8;
}
.AnyTagClassName
{
color: #F286E8;
}
</style>
background-color css
<style>
a { background-color: #F286E8; }
a { background-color: rgb(242,134,232); }
div.DivClassName
{
background-color: #F286E8;
}
.BgClassName
{
background-color: #F286E8;
}
</style>
border-color css
<style>
span { border-color: #F286E8; }
span { border-color: rgb(242,134,232); }
td.TdClassName
{
border-color: #F286E8;
}
.TagClassName
{
border-color: #F286E8;
}
</style>