Shades of Hot Magenta #FE05DD
Tints of Hot Magenta #FE05DD
RGB
CMYK
RGB Variations
Color information
#FE05DD (or 0xFE05DD) is known color: Hot Magenta. HEX triplet: FE, 05 and DD. RGB value is (254,5,221). Sum of RGB (Red+Green+Blue) = 254+5+221=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 5 (2.34% from 255 or 1.04% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE05DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE05DD is #01FA22. Grayscale: #676767. Windows color (decimal): -129571 or 14484990. OLE color: 14484990.
HSL color Cylindrical-coordinate representation of color #FE05DD: hue angle of 307.95º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE05DD is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 221 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.00 |
| HSL | 307.95º | 0.99% | 0.51% | - |
| HSV(B) | 307.95º | 0.98% | 1% | - |
| XYZ | 53.98 | 26.4 | 70.66 | - |
| YUV | 104.08 | 193.99 | 234.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 221 | 0 | 0.98 | 0.13 | 0.00 | 307.95 | 0.99 | 0.51 |
| Hex | FE | 5 | DD | 0 | 62 | D | 0 | 134 | 63 | 33 |
| Octal | 376 | 5 | 335 | 0 | 142 | 15 | 0 | 464 | 143 | 63 |
| Binary | 11111110 | 101 | 11011101 | 0 | 1100010 | 1101 | 0 | 100110100 | 1100011 | 110011 |
Color Harmonies of #FE05DD
Complementary color
Monochromatic Colors of #FE05DD
Black with #FE05DD
Text Example
Text Example
White with #FE05DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE05DD; }
p { color: rgb(254,5,221); }
H1.HeaderClassName
{
color: #FE05DD;
}
.AnyTagClassName
{
color: #FE05DD;
}
</style>
background-color css
<style>
a { background-color: #FE05DD; }
a { background-color: rgb(254,5,221); }
div.DivClassName
{
background-color: #FE05DD;
}
.BgClassName
{
background-color: #FE05DD;
}
</style>
border-color css
<style>
span { border-color: #FE05DD; }
span { border-color: rgb(254,5,221); }
td.TdClassName
{
border-color: #FE05DD;
}
.TagClassName
{
border-color: #FE05DD;
}
</style>