Shades of Magenta #FF0FE8
Tints of Magenta #FF0FE8
RGB
CMYK
RGB Variations
Color information
#FF0FE8 (or 0xFF0FE8) is known color: Magenta. HEX triplet: FF, 0F and E8. RGB value is (255,15,232). Sum of RGB (Red+Green+Blue) = 255+15+232=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 15 (6.25% from 255 or 2.99% from 502); Blue value is 232 (91.02% from 255 or 46.22% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FE8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0FE8 is #00F017. Grayscale: #6E6E6E. Windows color (decimal): -61464 or 15208447. OLE color: 15208447.
HSL color Cylindrical-coordinate representation of color #FF0FE8: hue angle of 305.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF0FE8 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 232 | - |
| CMYK | 0 | 0.94 | 0.09 | 0 |
| HSL | 305.75º | 1% | 0.53% | - |
| HSV(B) | 305.75º | 0.94% | 1% | - |
| XYZ | 55.98 | 27.43 | 78.69 | - |
| YUV | 111.5 | 196.01 | 230.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 232 | 0 | 0.94 | 0.09 | 0 | 305.75 | 1 | 0.53 |
| Hex | FF | F | E8 | 0 | 5E | 9 | 0 | 132 | 64 | 35 |
| Octal | 377 | 17 | 350 | 0 | 136 | 11 | 0 | 462 | 144 | 65 |
| Binary | 11111111 | 1111 | 11101000 | 0 | 1011110 | 1001 | 0 | 100110010 | 1100100 | 110101 |
Color Harmonies of #FF0FE8
Complementary color
Monochromatic Colors of #FF0FE8
Black with #FF0FE8
Text Example
Text Example
White with #FF0FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0FE8; }
p { color: rgb(255,15,232); }
H1.HeaderClassName
{
color: #FF0FE8;
}
.AnyTagClassName
{
color: #FF0FE8;
}
</style>
background-color css
<style>
a { background-color: #FF0FE8; }
a { background-color: rgb(255,15,232); }
div.DivClassName
{
background-color: #FF0FE8;
}
.BgClassName
{
background-color: #FF0FE8;
}
</style>
border-color css
<style>
span { border-color: #FF0FE8; }
span { border-color: rgb(255,15,232); }
td.TdClassName
{
border-color: #FF0FE8;
}
.TagClassName
{
border-color: #FF0FE8;
}
</style>