Shades of Hot Magenta #FD01C0
Tints of Hot Magenta #FD01C0
RGB
CMYK
RGB Variations
Color information
#FD01C0 (or 0xFD01C0) is known color: Hot Magenta. HEX triplet: FD, 01 and C0. RGB value is (253,1,192). Sum of RGB (Red+Green+Blue) = 253+1+192=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 1 (0.78% from 255 or 0.22% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FD01C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD01C0 is #02FE3F. Grayscale: #616161. Windows color (decimal): -196160 or 12583421. OLE color: 12583421.
HSL color Cylindrical-coordinate representation of color #FD01C0: hue angle of 314.52º 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 #FD01C0 is Cyan = 0, Magento = 1.00, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 192 | - |
| CMYK | 0 | 1.00 | 0.24 | 0.01 |
| HSL | 314.52º | 0.99% | 0.5% | - |
| HSV(B) | 314.52º | 1% | 0.99% | - |
| XYZ | 50.03 | 24.71 | 52 | - |
| YUV | 98.12 | 180.99 | 238.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 192 | 0 | 1.00 | 0.24 | 0.01 | 314.52 | 0.99 | 0.5 |
| Hex | FD | 1 | C0 | 0 | 64 | 18 | 1 | 13B | 63 | 32 |
| Octal | 375 | 1 | 300 | 0 | 144 | 30 | 1 | 473 | 143 | 62 |
| Binary | 11111101 | 1 | 11000000 | 0 | 1100100 | 11000 | 1 | 100111011 | 1100011 | 110010 |
Color Harmonies of #FD01C0
Complementary color
Monochromatic Colors of #FD01C0
Black with #FD01C0
Text Example
Text Example
White with #FD01C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD01C0; }
p { color: rgb(253,1,192); }
H1.HeaderClassName
{
color: #FD01C0;
}
.AnyTagClassName
{
color: #FD01C0;
}
</style>
background-color css
<style>
a { background-color: #FD01C0; }
a { background-color: rgb(253,1,192); }
div.DivClassName
{
background-color: #FD01C0;
}
.BgClassName
{
background-color: #FD01C0;
}
</style>
border-color css
<style>
span { border-color: #FD01C0; }
span { border-color: rgb(253,1,192); }
td.TdClassName
{
border-color: #FD01C0;
}
.TagClassName
{
border-color: #FD01C0;
}
</style>