Shades of Hot Magenta #FF0FE0
Tints of Hot Magenta #FF0FE0
RGB
CMYK
RGB Variations
Color information
#FF0FE0 (or 0xFF0FE0) is known color: Hot Magenta. HEX triplet: FF, 0F and E0. RGB value is (255,15,224). Sum of RGB (Red+Green+Blue) = 255+15+224=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 15 (6.25% from 255 or 3.04% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FE0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0FE0 is #00F01F. Grayscale: #6D6D6D. Windows color (decimal): -61472 or 14684159. OLE color: 14684159.
HSL color Cylindrical-coordinate representation of color #FF0FE0: hue angle of 307.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 #FF0FE0 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 224 | - |
| CMYK | 0 | 0.94 | 0.12 | 0 |
| HSL | 307.75º | 1% | 0.53% | - |
| HSV(B) | 307.75º | 0.94% | 1% | - |
| XYZ | 54.87 | 26.98 | 72.84 | - |
| YUV | 110.59 | 192.01 | 231.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 224 | 0 | 0.94 | 0.12 | 0 | 307.75 | 1 | 0.53 |
| Hex | FF | F | E0 | 0 | 5E | C | 0 | 134 | 64 | 35 |
| Octal | 377 | 17 | 340 | 0 | 136 | 14 | 0 | 464 | 144 | 65 |
| Binary | 11111111 | 1111 | 11100000 | 0 | 1011110 | 1100 | 0 | 100110100 | 1100100 | 110101 |
Color Harmonies of #FF0FE0
Complementary color
Monochromatic Colors of #FF0FE0
Black with #FF0FE0
Text Example
Text Example
White with #FF0FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0FE0; }
p { color: rgb(255,15,224); }
H1.HeaderClassName
{
color: #FF0FE0;
}
.AnyTagClassName
{
color: #FF0FE0;
}
</style>
background-color css
<style>
a { background-color: #FF0FE0; }
a { background-color: rgb(255,15,224); }
div.DivClassName
{
background-color: #FF0FE0;
}
.BgClassName
{
background-color: #FF0FE0;
}
</style>
border-color css
<style>
span { border-color: #FF0FE0; }
span { border-color: rgb(255,15,224); }
td.TdClassName
{
border-color: #FF0FE0;
}
.TagClassName
{
border-color: #FF0FE0;
}
</style>