Shades of Hot Magenta #FD11E5
Tints of Hot Magenta #FD11E5
RGB
CMYK
RGB Variations
Color information
#FD11E5 (or 0xFD11E5) is known color: Hot Magenta. HEX triplet: FD, 11 and E5. RGB value is (253,17,229). Sum of RGB (Red+Green+Blue) = 253+17+229=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 17 (7.03% from 255 or 3.41% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FD11E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD11E5 is #02EE1A. Grayscale: #6F6F6F. Windows color (decimal): -192027 or 15012349. OLE color: 15012349.
HSL color Cylindrical-coordinate representation of color #FD11E5: hue angle of 306.1º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD11E5 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 17 | 229 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.01 |
| HSL | 306.1º | 0.98% | 0.53% | - |
| HSV(B) | 306.1º | 0.93% | 0.99% | - |
| XYZ | 54.85 | 26.94 | 76.44 | - |
| YUV | 111.73 | 194.19 | 228.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 17 | 229 | 0 | 0.93 | 0.09 | 0.01 | 306.1 | 0.98 | 0.53 |
| Hex | FD | 11 | E5 | 0 | 5D | 9 | 1 | 132 | 62 | 35 |
| Octal | 375 | 21 | 345 | 0 | 135 | 11 | 1 | 462 | 142 | 65 |
| Binary | 11111101 | 10001 | 11100101 | 0 | 1011101 | 1001 | 1 | 100110010 | 1100010 | 110101 |
Color Harmonies of #FD11E5
Complementary color
Monochromatic Colors of #FD11E5
Black with #FD11E5
Text Example
Text Example
White with #FD11E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD11E5; }
p { color: rgb(253,17,229); }
H1.HeaderClassName
{
color: #FD11E5;
}
.AnyTagClassName
{
color: #FD11E5;
}
</style>
background-color css
<style>
a { background-color: #FD11E5; }
a { background-color: rgb(253,17,229); }
div.DivClassName
{
background-color: #FD11E5;
}
.BgClassName
{
background-color: #FD11E5;
}
</style>
border-color css
<style>
span { border-color: #FD11E5; }
span { border-color: rgb(253,17,229); }
td.TdClassName
{
border-color: #FD11E5;
}
.TagClassName
{
border-color: #FD11E5;
}
</style>