Shades of Hot Magenta #FE07D8
Tints of Hot Magenta #FE07D8
RGB
CMYK
RGB Variations
Color information
#FE07D8 (or 0xFE07D8) is known color: Hot Magenta. HEX triplet: FE, 07 and D8. RGB value is (254,7,216). Sum of RGB (Red+Green+Blue) = 254+7+216=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 7 (3.12% from 255 or 1.47% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE07D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE07D8 is #01F827. Grayscale: #686868. Windows color (decimal): -129064 or 14157822. OLE color: 14157822.
HSL color Cylindrical-coordinate representation of color #FE07D8: hue angle of 309.23º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE07D8 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 216 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.00 |
| HSL | 309.23º | 0.99% | 0.51% | - |
| HSV(B) | 309.23º | 0.97% | 1% | - |
| XYZ | 53.34 | 26.18 | 67.21 | - |
| YUV | 104.68 | 190.83 | 234.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 216 | 0 | 0.97 | 0.15 | 0.00 | 309.23 | 0.99 | 0.51 |
| Hex | FE | 7 | D8 | 0 | 61 | F | 0 | 135 | 63 | 33 |
| Octal | 376 | 7 | 330 | 0 | 141 | 17 | 0 | 465 | 143 | 63 |
| Binary | 11111110 | 111 | 11011000 | 0 | 1100001 | 1111 | 0 | 100110101 | 1100011 | 110011 |
Color Harmonies of #FE07D8
Complementary color
Monochromatic Colors of #FE07D8
Black with #FE07D8
Text Example
Text Example
White with #FE07D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE07D8; }
p { color: rgb(254,7,216); }
H1.HeaderClassName
{
color: #FE07D8;
}
.AnyTagClassName
{
color: #FE07D8;
}
</style>
background-color css
<style>
a { background-color: #FE07D8; }
a { background-color: rgb(254,7,216); }
div.DivClassName
{
background-color: #FE07D8;
}
.BgClassName
{
background-color: #FE07D8;
}
</style>
border-color css
<style>
span { border-color: #FE07D8; }
span { border-color: rgb(254,7,216); }
td.TdClassName
{
border-color: #FE07D8;
}
.TagClassName
{
border-color: #FE07D8;
}
</style>