Shades of Hot Magenta #FD01C7
Tints of Hot Magenta #FD01C7
RGB
CMYK
RGB Variations
Color information
#FD01C7 (or 0xFD01C7) is known color: Hot Magenta. HEX triplet: FD, 01 and C7. RGB value is (253,1,199). Sum of RGB (Red+Green+Blue) = 253+1+199=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 1 (0.78% from 255 or 0.22% from 453); Blue value is 199 (78.12% from 255 or 43.93% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FD01C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD01C7 is #02FE38. Grayscale: #626262. Windows color (decimal): -196153 or 13042173. OLE color: 13042173.
HSL color Cylindrical-coordinate representation of color #FD01C7: hue angle of 312.86º 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 #FD01C7 is Cyan = 0, Magento = 1.00, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 199 | - |
| CMYK | 0 | 1.00 | 0.21 | 0.01 |
| HSL | 312.86º | 0.99% | 0.5% | - |
| HSV(B) | 312.86º | 1% | 0.99% | - |
| XYZ | 50.83 | 25.03 | 56.18 | - |
| YUV | 98.92 | 184.49 | 237.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 199 | 0 | 1.00 | 0.21 | 0.01 | 312.86 | 0.99 | 0.5 |
| Hex | FD | 1 | C7 | 0 | 64 | 15 | 1 | 139 | 63 | 32 |
| Octal | 375 | 1 | 307 | 0 | 144 | 25 | 1 | 471 | 143 | 62 |
| Binary | 11111101 | 1 | 11000111 | 0 | 1100100 | 10101 | 1 | 100111001 | 1100011 | 110010 |
Color Harmonies of #FD01C7
Complementary color
Monochromatic Colors of #FD01C7
Black with #FD01C7
Text Example
Text Example
White with #FD01C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD01C7; }
p { color: rgb(253,1,199); }
H1.HeaderClassName
{
color: #FD01C7;
}
.AnyTagClassName
{
color: #FD01C7;
}
</style>
background-color css
<style>
a { background-color: #FD01C7; }
a { background-color: rgb(253,1,199); }
div.DivClassName
{
background-color: #FD01C7;
}
.BgClassName
{
background-color: #FD01C7;
}
</style>
border-color css
<style>
span { border-color: #FD01C7; }
span { border-color: rgb(253,1,199); }
td.TdClassName
{
border-color: #FD01C7;
}
.TagClassName
{
border-color: #FD01C7;
}
</style>