Shades of Hot Magenta #FE07D5
Tints of Hot Magenta #FE07D5
RGB
CMYK
RGB Variations
Color information
#FE07D5 (or 0xFE07D5) is known color: Hot Magenta. HEX triplet: FE, 07 and D5. RGB value is (254,7,213). Sum of RGB (Red+Green+Blue) = 254+7+213=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 7 (3.12% from 255 or 1.48% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE07D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE07D5 is #01F82A. Grayscale: #676767. Windows color (decimal): -129067 or 13961214. OLE color: 13961214.
HSL color Cylindrical-coordinate representation of color #FE07D5: hue angle of 309.96º 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 #FE07D5 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 213 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.00 |
| HSL | 309.96º | 0.99% | 0.51% | - |
| HSV(B) | 309.96º | 0.97% | 1% | - |
| XYZ | 52.96 | 26.03 | 65.18 | - |
| YUV | 104.34 | 189.33 | 234.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 213 | 0 | 0.97 | 0.16 | 0.00 | 309.96 | 0.99 | 0.51 |
| Hex | FE | 7 | D5 | 0 | 61 | 10 | 0 | 136 | 63 | 33 |
| Octal | 376 | 7 | 325 | 0 | 141 | 20 | 0 | 466 | 143 | 63 |
| Binary | 11111110 | 111 | 11010101 | 0 | 1100001 | 10000 | 0 | 100110110 | 1100011 | 110011 |
Color Harmonies of #FE07D5
Complementary color
Monochromatic Colors of #FE07D5
Black with #FE07D5
Text Example
Text Example
White with #FE07D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE07D5; }
p { color: rgb(254,7,213); }
H1.HeaderClassName
{
color: #FE07D5;
}
.AnyTagClassName
{
color: #FE07D5;
}
</style>
background-color css
<style>
a { background-color: #FE07D5; }
a { background-color: rgb(254,7,213); }
div.DivClassName
{
background-color: #FE07D5;
}
.BgClassName
{
background-color: #FE07D5;
}
</style>
border-color css
<style>
span { border-color: #FE07D5; }
span { border-color: rgb(254,7,213); }
td.TdClassName
{
border-color: #FE07D5;
}
.TagClassName
{
border-color: #FE07D5;
}
</style>