Shades of Hot Magenta #FD11DB
Tints of Hot Magenta #FD11DB
RGB
CMYK
RGB Variations
Color information
#FD11DB (or 0xFD11DB) is known color: Hot Magenta. HEX triplet: FD, 11 and DB. RGB value is (253,17,219). Sum of RGB (Red+Green+Blue) = 253+17+219=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 17 (7.03% from 255 or 3.48% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FD11DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD11DB is #02EE24. Grayscale: #6E6E6E. Windows color (decimal): -192037 or 14356989. OLE color: 14356989.
HSL color Cylindrical-coordinate representation of color #FD11DB: hue angle of 308.64º 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 #FD11DB is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 17 | 219 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.01 |
| HSL | 308.64º | 0.98% | 0.53% | - |
| HSV(B) | 308.64º | 0.93% | 0.99% | - |
| XYZ | 53.49 | 26.4 | 69.29 | - |
| YUV | 110.59 | 189.19 | 229.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 17 | 219 | 0 | 0.93 | 0.13 | 0.01 | 308.64 | 0.98 | 0.53 |
| Hex | FD | 11 | DB | 0 | 5D | D | 1 | 135 | 62 | 35 |
| Octal | 375 | 21 | 333 | 0 | 135 | 15 | 1 | 465 | 142 | 65 |
| Binary | 11111101 | 10001 | 11011011 | 0 | 1011101 | 1101 | 1 | 100110101 | 1100010 | 110101 |
Color Harmonies of #FD11DB
Complementary color
Monochromatic Colors of #FD11DB
Black with #FD11DB
Text Example
Text Example
White with #FD11DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD11DB; }
p { color: rgb(253,17,219); }
H1.HeaderClassName
{
color: #FD11DB;
}
.AnyTagClassName
{
color: #FD11DB;
}
</style>
background-color css
<style>
a { background-color: #FD11DB; }
a { background-color: rgb(253,17,219); }
div.DivClassName
{
background-color: #FD11DB;
}
.BgClassName
{
background-color: #FD11DB;
}
</style>
border-color css
<style>
span { border-color: #FD11DB; }
span { border-color: rgb(253,17,219); }
td.TdClassName
{
border-color: #FD11DB;
}
.TagClassName
{
border-color: #FD11DB;
}
</style>