Shades of Hot Magenta #FD0BDD
Tints of Hot Magenta #FD0BDD
RGB
CMYK
RGB Variations
Color information
#FD0BDD (or 0xFD0BDD) is known color: Hot Magenta. HEX triplet: FD, 0B and DD. RGB value is (253,11,221). Sum of RGB (Red+Green+Blue) = 253+11+221=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 11 (4.69% from 255 or 2.27% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0BDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0BDD is #02F422. Grayscale: #6A6A6A. Windows color (decimal): -193571 or 14486525. OLE color: 14486525.
HSL color Cylindrical-coordinate representation of color #FD0BDD: hue angle of 307.93º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD0BDD is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 11 | 221 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.01 |
| HSL | 307.93º | 0.98% | 0.52% | - |
| HSV(B) | 307.93º | 0.96% | 0.99% | - |
| XYZ | 53.68 | 26.34 | 70.66 | - |
| YUV | 107.3 | 192.17 | 231.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 11 | 221 | 0 | 0.96 | 0.13 | 0.01 | 307.93 | 0.98 | 0.52 |
| Hex | FD | B | DD | 0 | 60 | D | 1 | 134 | 62 | 34 |
| Octal | 375 | 13 | 335 | 0 | 140 | 15 | 1 | 464 | 142 | 64 |
| Binary | 11111101 | 1011 | 11011101 | 0 | 1100000 | 1101 | 1 | 100110100 | 1100010 | 110100 |
Color Harmonies of #FD0BDD
Complementary color
Monochromatic Colors of #FD0BDD
Black with #FD0BDD
Text Example
Text Example
White with #FD0BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0BDD; }
p { color: rgb(253,11,221); }
H1.HeaderClassName
{
color: #FD0BDD;
}
.AnyTagClassName
{
color: #FD0BDD;
}
</style>
background-color css
<style>
a { background-color: #FD0BDD; }
a { background-color: rgb(253,11,221); }
div.DivClassName
{
background-color: #FD0BDD;
}
.BgClassName
{
background-color: #FD0BDD;
}
</style>
border-color css
<style>
span { border-color: #FD0BDD; }
span { border-color: rgb(253,11,221); }
td.TdClassName
{
border-color: #FD0BDD;
}
.TagClassName
{
border-color: #FD0BDD;
}
</style>