Shades of Hot Magenta #FD05E5
Tints of Hot Magenta #FD05E5
RGB
CMYK
RGB Variations
Color information
#FD05E5 (or 0xFD05E5) is known color: Hot Magenta. HEX triplet: FD, 05 and E5. RGB value is (253,5,229). Sum of RGB (Red+Green+Blue) = 253+5+229=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 5 (2.34% from 255 or 1.03% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FD05E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD05E5 is #02FA1A. Grayscale: #686868. Windows color (decimal): -195099 or 15009277. OLE color: 15009277.
HSL color Cylindrical-coordinate representation of color #FD05E5: hue angle of 305.81º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD05E5 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 5 | 229 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.01 |
| HSL | 305.81º | 0.98% | 0.51% | - |
| HSV(B) | 305.81º | 0.98% | 0.99% | - |
| XYZ | 54.71 | 26.65 | 76.39 | - |
| YUV | 104.69 | 198.16 | 233.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 5 | 229 | 0 | 0.98 | 0.09 | 0.01 | 305.81 | 0.98 | 0.51 |
| Hex | FD | 5 | E5 | 0 | 62 | 9 | 1 | 132 | 62 | 33 |
| Octal | 375 | 5 | 345 | 0 | 142 | 11 | 1 | 462 | 142 | 63 |
| Binary | 11111101 | 101 | 11100101 | 0 | 1100010 | 1001 | 1 | 100110010 | 1100010 | 110011 |
Color Harmonies of #FD05E5
Complementary color
Monochromatic Colors of #FD05E5
Black with #FD05E5
Text Example
Text Example
White with #FD05E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD05E5; }
p { color: rgb(253,5,229); }
H1.HeaderClassName
{
color: #FD05E5;
}
.AnyTagClassName
{
color: #FD05E5;
}
</style>
background-color css
<style>
a { background-color: #FD05E5; }
a { background-color: rgb(253,5,229); }
div.DivClassName
{
background-color: #FD05E5;
}
.BgClassName
{
background-color: #FD05E5;
}
</style>
border-color css
<style>
span { border-color: #FD05E5; }
span { border-color: rgb(253,5,229); }
td.TdClassName
{
border-color: #FD05E5;
}
.TagClassName
{
border-color: #FD05E5;
}
</style>