Shades of Hot Magenta #FE07D4
Tints of Hot Magenta #FE07D4
RGB
CMYK
RGB Variations
Color information
#FE07D4 (or 0xFE07D4) is known color: Hot Magenta. HEX triplet: FE, 07 and D4. RGB value is (254,7,212). Sum of RGB (Red+Green+Blue) = 254+7+212=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 7 (3.12% from 255 or 1.48% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE07D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE07D4 is #01F82B. Grayscale: #676767. Windows color (decimal): -129068 or 13895678. OLE color: 13895678.
HSL color Cylindrical-coordinate representation of color #FE07D4: hue angle of 310.2º 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 #FE07D4 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 212 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.00 |
| HSL | 310.2º | 0.99% | 0.51% | - |
| HSV(B) | 310.2º | 0.97% | 1% | - |
| XYZ | 52.83 | 25.98 | 64.52 | - |
| YUV | 104.22 | 188.83 | 234.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 212 | 0 | 0.97 | 0.17 | 0.00 | 310.2 | 0.99 | 0.51 |
| Hex | FE | 7 | D4 | 0 | 61 | 11 | 0 | 136 | 63 | 33 |
| Octal | 376 | 7 | 324 | 0 | 141 | 21 | 0 | 466 | 143 | 63 |
| Binary | 11111110 | 111 | 11010100 | 0 | 1100001 | 10001 | 0 | 100110110 | 1100011 | 110011 |
Color Harmonies of #FE07D4
Complementary color
Monochromatic Colors of #FE07D4
Black with #FE07D4
Text Example
Text Example
White with #FE07D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE07D4; }
p { color: rgb(254,7,212); }
H1.HeaderClassName
{
color: #FE07D4;
}
.AnyTagClassName
{
color: #FE07D4;
}
</style>
background-color css
<style>
a { background-color: #FE07D4; }
a { background-color: rgb(254,7,212); }
div.DivClassName
{
background-color: #FE07D4;
}
.BgClassName
{
background-color: #FE07D4;
}
</style>
border-color css
<style>
span { border-color: #FE07D4; }
span { border-color: rgb(254,7,212); }
td.TdClassName
{
border-color: #FE07D4;
}
.TagClassName
{
border-color: #FE07D4;
}
</style>