Shades of Pale Magenta #F486E8
Tints of Pale Magenta #F486E8
RGB
CMYK
RGB Variations
Color information
#F486E8 (or 0xF486E8) is known color: Pale Magenta. HEX triplet: F4, 86 and E8. RGB value is (244,134,232). Sum of RGB (Red+Green+Blue) = 244+134+232=610 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40% from 610); Green value is 134 (52.73% from 255 or 21.97% from 610); Blue value is 232 (91.02% from 255 or 38.03% from 610); Max value from RGB is 244 - color contains mainly: red. Hex color #F486E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F486E8 is #0B7917. Grayscale: #B1B1B1. Windows color (decimal): -751896 or 15238900. OLE color: 15238900.
HSL color Cylindrical-coordinate representation of color #F486E8: hue angle of 306.55º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F486E8 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 134 | 232 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.04 |
| HSL | 306.55º | 0.83% | 0.74% | - |
| HSV(B) | 306.55º | 0.45% | 0.96% | - |
| XYZ | 60.4 | 42.11 | 81.29 | - |
| YUV | 178.06 | 158.44 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 134 | 232 | 0 | 0.45 | 0.05 | 0.04 | 306.55 | 0.83 | 0.74 |
| Hex | F4 | 86 | E8 | 0 | 2D | 5 | 4 | 133 | 53 | 4A |
| Octal | 364 | 206 | 350 | 0 | 55 | 5 | 4 | 463 | 123 | 112 |
| Binary | 11110100 | 10000110 | 11101000 | 0 | 101101 | 101 | 100 | 100110011 | 1010011 | 1001010 |
Color Harmonies of #F486E8
Complementary color
Monochromatic Colors of #F486E8
Black with #F486E8
Text Example
Text Example
White with #F486E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F486E8; }
p { color: rgb(244,134,232); }
H1.HeaderClassName
{
color: #F486E8;
}
.AnyTagClassName
{
color: #F486E8;
}
</style>
background-color css
<style>
a { background-color: #F486E8; }
a { background-color: rgb(244,134,232); }
div.DivClassName
{
background-color: #F486E8;
}
.BgClassName
{
background-color: #F486E8;
}
</style>
border-color css
<style>
span { border-color: #F486E8; }
span { border-color: rgb(244,134,232); }
td.TdClassName
{
border-color: #F486E8;
}
.TagClassName
{
border-color: #F486E8;
}
</style>