Shades of Hot Magenta #FE07E4
Tints of Hot Magenta #FE07E4
RGB
CMYK
RGB Variations
Color information
#FE07E4 (or 0xFE07E4) is known color: Hot Magenta. HEX triplet: FE, 07 and E4. RGB value is (254,7,228). Sum of RGB (Red+Green+Blue) = 254+7+228=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 7 (3.12% from 255 or 1.43% from 489); Blue value is 228 (89.45% from 255 or 46.63% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE07E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE07E4 is #01F81B. Grayscale: #696969. Windows color (decimal): -129052 or 14944254. OLE color: 14944254.
HSL color Cylindrical-coordinate representation of color #FE07E4: hue angle of 306.32º 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 #FE07E4 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 228 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.00 |
| HSL | 306.32º | 0.99% | 0.51% | - |
| HSV(B) | 306.32º | 0.97% | 1% | - |
| XYZ | 54.95 | 26.82 | 75.68 | - |
| YUV | 106.05 | 196.83 | 233.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 228 | 0 | 0.97 | 0.10 | 0.00 | 306.32 | 0.99 | 0.51 |
| Hex | FE | 7 | E4 | 0 | 61 | A | 0 | 132 | 63 | 33 |
| Octal | 376 | 7 | 344 | 0 | 141 | 12 | 0 | 462 | 143 | 63 |
| Binary | 11111110 | 111 | 11100100 | 0 | 1100001 | 1010 | 0 | 100110010 | 1100011 | 110011 |
Color Harmonies of #FE07E4
Complementary color
Monochromatic Colors of #FE07E4
Black with #FE07E4
Text Example
Text Example
White with #FE07E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE07E4; }
p { color: rgb(254,7,228); }
H1.HeaderClassName
{
color: #FE07E4;
}
.AnyTagClassName
{
color: #FE07E4;
}
</style>
background-color css
<style>
a { background-color: #FE07E4; }
a { background-color: rgb(254,7,228); }
div.DivClassName
{
background-color: #FE07E4;
}
.BgClassName
{
background-color: #FE07E4;
}
</style>
border-color css
<style>
span { border-color: #FE07E4; }
span { border-color: rgb(254,7,228); }
td.TdClassName
{
border-color: #FE07E4;
}
.TagClassName
{
border-color: #FE07E4;
}
</style>