Shades of Hot Magenta #FD04C9
Tints of Hot Magenta #FD04C9
RGB
CMYK
RGB Variations
Color information
#FD04C9 (or 0xFD04C9) is known color: Hot Magenta. HEX triplet: FD, 04 and C9. RGB value is (253,4,201). Sum of RGB (Red+Green+Blue) = 253+4+201=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 4 (1.95% from 255 or 0.87% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FD04C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD04C9 is #02FB36. Grayscale: #646464. Windows color (decimal): -195383 or 13174013. OLE color: 13174013.
HSL color Cylindrical-coordinate representation of color #FD04C9: hue angle of 312.53º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD04C9 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 4 | 201 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.01 |
| HSL | 312.53º | 0.98% | 0.5% | - |
| HSV(B) | 312.53º | 0.98% | 0.99% | - |
| XYZ | 51.09 | 25.19 | 57.43 | - |
| YUV | 100.91 | 184.49 | 236.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 4 | 201 | 0 | 0.98 | 0.21 | 0.01 | 312.53 | 0.98 | 0.5 |
| Hex | FD | 4 | C9 | 0 | 62 | 15 | 1 | 139 | 62 | 32 |
| Octal | 375 | 4 | 311 | 0 | 142 | 25 | 1 | 471 | 142 | 62 |
| Binary | 11111101 | 100 | 11001001 | 0 | 1100010 | 10101 | 1 | 100111001 | 1100010 | 110010 |
Color Harmonies of #FD04C9
Complementary color
Monochromatic Colors of #FD04C9
Black with #FD04C9
Text Example
Text Example
White with #FD04C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD04C9; }
p { color: rgb(253,4,201); }
H1.HeaderClassName
{
color: #FD04C9;
}
.AnyTagClassName
{
color: #FD04C9;
}
</style>
background-color css
<style>
a { background-color: #FD04C9; }
a { background-color: rgb(253,4,201); }
div.DivClassName
{
background-color: #FD04C9;
}
.BgClassName
{
background-color: #FD04C9;
}
</style>
border-color css
<style>
span { border-color: #FD04C9; }
span { border-color: rgb(253,4,201); }
td.TdClassName
{
border-color: #FD04C9;
}
.TagClassName
{
border-color: #FD04C9;
}
</style>