Shades of Hot Magenta #FD01DB
Tints of Hot Magenta #FD01DB
RGB
CMYK
RGB Variations
Color information
#FD01DB (or 0xFD01DB) is known color: Hot Magenta. HEX triplet: FD, 01 and DB. RGB value is (253,1,219). Sum of RGB (Red+Green+Blue) = 253+1+219=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 1 (0.78% from 255 or 0.21% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FD01DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD01DB is #02FE24. Grayscale: #646464. Windows color (decimal): -196133 or 14352893. OLE color: 14352893.
HSL color Cylindrical-coordinate representation of color #FD01DB: hue angle of 308.1º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD01DB is Cyan = 0, Magento = 1.00, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 219 | - |
| CMYK | 0 | 1.00 | 0.13 | 0.01 |
| HSL | 308.1º | 0.99% | 0.5% | - |
| HSV(B) | 308.1º | 1% | 0.99% | - |
| XYZ | 53.31 | 26.02 | 69.23 | - |
| YUV | 101.2 | 194.49 | 236.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 219 | 0 | 1.00 | 0.13 | 0.01 | 308.1 | 0.99 | 0.5 |
| Hex | FD | 1 | DB | 0 | 64 | D | 1 | 134 | 63 | 32 |
| Octal | 375 | 1 | 333 | 0 | 144 | 15 | 1 | 464 | 143 | 62 |
| Binary | 11111101 | 1 | 11011011 | 0 | 1100100 | 1101 | 1 | 100110100 | 1100011 | 110010 |
Color Harmonies of #FD01DB
Complementary color
Monochromatic Colors of #FD01DB
Black with #FD01DB
Text Example
Text Example
White with #FD01DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD01DB; }
p { color: rgb(253,1,219); }
H1.HeaderClassName
{
color: #FD01DB;
}
.AnyTagClassName
{
color: #FD01DB;
}
</style>
background-color css
<style>
a { background-color: #FD01DB; }
a { background-color: rgb(253,1,219); }
div.DivClassName
{
background-color: #FD01DB;
}
.BgClassName
{
background-color: #FD01DB;
}
</style>
border-color css
<style>
span { border-color: #FD01DB; }
span { border-color: rgb(253,1,219); }
td.TdClassName
{
border-color: #FD01DB;
}
.TagClassName
{
border-color: #FD01DB;
}
</style>