Shades of Hot Magenta #FD0DDD
Tints of Hot Magenta #FD0DDD
RGB
CMYK
RGB Variations
Color information
#FD0DDD (or 0xFD0DDD) is known color: Hot Magenta. HEX triplet: FD, 0D and DD. RGB value is (253,13,221). Sum of RGB (Red+Green+Blue) = 253+13+221=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 13 (5.47% from 255 or 2.67% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0DDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0DDD is #02F222. Grayscale: #6B6B6B. Windows color (decimal): -193059 or 14487037. OLE color: 14487037.
HSL color Cylindrical-coordinate representation of color #FD0DDD: hue angle of 308º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD0DDD is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 13 | 221 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.01 |
| HSL | 308º | 0.98% | 0.52% | - |
| HSV(B) | 308º | 0.95% | 0.99% | - |
| XYZ | 53.7 | 26.39 | 70.67 | - |
| YUV | 108.47 | 191.51 | 231.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 13 | 221 | 0 | 0.95 | 0.13 | 0.01 | 308 | 0.98 | 0.52 |
| Hex | FD | D | DD | 0 | 5F | D | 1 | 134 | 62 | 34 |
| Octal | 375 | 15 | 335 | 0 | 137 | 15 | 1 | 464 | 142 | 64 |
| Binary | 11111101 | 1101 | 11011101 | 0 | 1011111 | 1101 | 1 | 100110100 | 1100010 | 110100 |
Color Harmonies of #FD0DDD
Complementary color
Monochromatic Colors of #FD0DDD
Black with #FD0DDD
Text Example
Text Example
White with #FD0DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0DDD; }
p { color: rgb(253,13,221); }
H1.HeaderClassName
{
color: #FD0DDD;
}
.AnyTagClassName
{
color: #FD0DDD;
}
</style>
background-color css
<style>
a { background-color: #FD0DDD; }
a { background-color: rgb(253,13,221); }
div.DivClassName
{
background-color: #FD0DDD;
}
.BgClassName
{
background-color: #FD0DDD;
}
</style>
border-color css
<style>
span { border-color: #FD0DDD; }
span { border-color: rgb(253,13,221); }
td.TdClassName
{
border-color: #FD0DDD;
}
.TagClassName
{
border-color: #FD0DDD;
}
</style>