Shades of Hot Magenta #FD0BDF
Tints of Hot Magenta #FD0BDF
RGB
CMYK
RGB Variations
Color information
#FD0BDF (or 0xFD0BDF) is known color: Hot Magenta. HEX triplet: FD, 0B and DF. RGB value is (253,11,223). Sum of RGB (Red+Green+Blue) = 253+11+223=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 11 (4.69% from 255 or 2.26% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0BDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0BDF is #02F420. Grayscale: #6A6A6A. Windows color (decimal): -193569 or 14617597. OLE color: 14617597.
HSL color Cylindrical-coordinate representation of color #FD0BDF: hue angle of 307.44º 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 #FD0BDF is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 11 | 223 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.01 |
| HSL | 307.44º | 0.98% | 0.52% | - |
| HSV(B) | 307.44º | 0.96% | 0.99% | - |
| XYZ | 53.95 | 26.45 | 72.07 | - |
| YUV | 107.53 | 193.17 | 231.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 11 | 223 | 0 | 0.96 | 0.12 | 0.01 | 307.44 | 0.98 | 0.52 |
| Hex | FD | B | DF | 0 | 60 | C | 1 | 133 | 62 | 34 |
| Octal | 375 | 13 | 337 | 0 | 140 | 14 | 1 | 463 | 142 | 64 |
| Binary | 11111101 | 1011 | 11011111 | 0 | 1100000 | 1100 | 1 | 100110011 | 1100010 | 110100 |
Color Harmonies of #FD0BDF
Complementary color
Monochromatic Colors of #FD0BDF
Black with #FD0BDF
Text Example
Text Example
White with #FD0BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0BDF; }
p { color: rgb(253,11,223); }
H1.HeaderClassName
{
color: #FD0BDF;
}
.AnyTagClassName
{
color: #FD0BDF;
}
</style>
background-color css
<style>
a { background-color: #FD0BDF; }
a { background-color: rgb(253,11,223); }
div.DivClassName
{
background-color: #FD0BDF;
}
.BgClassName
{
background-color: #FD0BDF;
}
</style>
border-color css
<style>
span { border-color: #FD0BDF; }
span { border-color: rgb(253,11,223); }
td.TdClassName
{
border-color: #FD0BDF;
}
.TagClassName
{
border-color: #FD0BDF;
}
</style>