Shades of Hot Magenta #FD0FDB
Tints of Hot Magenta #FD0FDB
RGB
CMYK
RGB Variations
Color information
#FD0FDB (or 0xFD0FDB) is known color: Hot Magenta. HEX triplet: FD, 0F and DB. RGB value is (253,15,219). Sum of RGB (Red+Green+Blue) = 253+15+219=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 15 (6.25% from 255 or 3.08% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0FDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0FDB is #02F024. Grayscale: #6C6C6C. Windows color (decimal): -192549 or 14356477. OLE color: 14356477.
HSL color Cylindrical-coordinate representation of color #FD0FDB: hue angle of 308.57º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD0FDB is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 15 | 219 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.01 |
| HSL | 308.57º | 0.98% | 0.53% | - |
| HSV(B) | 308.57º | 0.94% | 0.99% | - |
| XYZ | 53.47 | 26.34 | 69.28 | - |
| YUV | 109.42 | 189.85 | 230.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 15 | 219 | 0 | 0.94 | 0.13 | 0.01 | 308.57 | 0.98 | 0.53 |
| Hex | FD | F | DB | 0 | 5E | D | 1 | 135 | 62 | 35 |
| Octal | 375 | 17 | 333 | 0 | 136 | 15 | 1 | 465 | 142 | 65 |
| Binary | 11111101 | 1111 | 11011011 | 0 | 1011110 | 1101 | 1 | 100110101 | 1100010 | 110101 |
Color Harmonies of #FD0FDB
Complementary color
Monochromatic Colors of #FD0FDB
Black with #FD0FDB
Text Example
Text Example
White with #FD0FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0FDB; }
p { color: rgb(253,15,219); }
H1.HeaderClassName
{
color: #FD0FDB;
}
.AnyTagClassName
{
color: #FD0FDB;
}
</style>
background-color css
<style>
a { background-color: #FD0FDB; }
a { background-color: rgb(253,15,219); }
div.DivClassName
{
background-color: #FD0FDB;
}
.BgClassName
{
background-color: #FD0FDB;
}
</style>
border-color css
<style>
span { border-color: #FD0FDB; }
span { border-color: rgb(253,15,219); }
td.TdClassName
{
border-color: #FD0FDB;
}
.TagClassName
{
border-color: #FD0FDB;
}
</style>