Shades of Hot Magenta #FE0FD7
Tints of Hot Magenta #FE0FD7
RGB
CMYK
RGB Variations
Color information
#FE0FD7 (or 0xFE0FD7) is known color: Hot Magenta. HEX triplet: FE, 0F and D7. RGB value is (254,15,215). Sum of RGB (Red+Green+Blue) = 254+15+215=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 15 (6.25% from 255 or 3.10% from 484); Blue value is 215 (84.38% from 255 or 44.42% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FD7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0FD7 is #01F028. Grayscale: #6C6C6C. Windows color (decimal): -127017 or 14094334. OLE color: 14094334.
HSL color Cylindrical-coordinate representation of color #FE0FD7: hue angle of 309.79º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE0FD7 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 215 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.00 |
| HSL | 309.79º | 0.99% | 0.53% | - |
| HSV(B) | 309.79º | 0.94% | 1% | - |
| XYZ | 53.31 | 26.32 | 66.56 | - |
| YUV | 109.26 | 187.68 | 231.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 215 | 0 | 0.94 | 0.15 | 0.00 | 309.79 | 0.99 | 0.53 |
| Hex | FE | F | D7 | 0 | 5E | F | 0 | 136 | 63 | 35 |
| Octal | 376 | 17 | 327 | 0 | 136 | 17 | 0 | 466 | 143 | 65 |
| Binary | 11111110 | 1111 | 11010111 | 0 | 1011110 | 1111 | 0 | 100110110 | 1100011 | 110101 |
Color Harmonies of #FE0FD7
Complementary color
Monochromatic Colors of #FE0FD7
Black with #FE0FD7
Text Example
Text Example
White with #FE0FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0FD7; }
p { color: rgb(254,15,215); }
H1.HeaderClassName
{
color: #FE0FD7;
}
.AnyTagClassName
{
color: #FE0FD7;
}
</style>
background-color css
<style>
a { background-color: #FE0FD7; }
a { background-color: rgb(254,15,215); }
div.DivClassName
{
background-color: #FE0FD7;
}
.BgClassName
{
background-color: #FE0FD7;
}
</style>
border-color css
<style>
span { border-color: #FE0FD7; }
span { border-color: rgb(254,15,215); }
td.TdClassName
{
border-color: #FE0FD7;
}
.TagClassName
{
border-color: #FE0FD7;
}
</style>