Shades of Hot Magenta #FD04C7
Tints of Hot Magenta #FD04C7
RGB
CMYK
RGB Variations
Color information
#FD04C7 (or 0xFD04C7) is known color: Hot Magenta. HEX triplet: FD, 04 and C7. RGB value is (253,4,199). Sum of RGB (Red+Green+Blue) = 253+4+199=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 4 (1.95% from 255 or 0.88% from 456); Blue value is 199 (78.12% from 255 or 43.64% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FD04C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD04C7 is #02FB38. Grayscale: #646464. Windows color (decimal): -195385 or 13042941. OLE color: 13042941.
HSL color Cylindrical-coordinate representation of color #FD04C7: hue angle of 313.01º 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 #FD04C7 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 4 | 199 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.01 |
| HSL | 313.01º | 0.98% | 0.5% | - |
| HSV(B) | 313.01º | 0.98% | 0.99% | - |
| XYZ | 50.86 | 25.09 | 56.2 | - |
| YUV | 100.68 | 183.49 | 236.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 4 | 199 | 0 | 0.98 | 0.21 | 0.01 | 313.01 | 0.98 | 0.5 |
| Hex | FD | 4 | C7 | 0 | 62 | 15 | 1 | 139 | 62 | 32 |
| Octal | 375 | 4 | 307 | 0 | 142 | 25 | 1 | 471 | 142 | 62 |
| Binary | 11111101 | 100 | 11000111 | 0 | 1100010 | 10101 | 1 | 100111001 | 1100010 | 110010 |
Color Harmonies of #FD04C7
Complementary color
Monochromatic Colors of #FD04C7
Black with #FD04C7
Text Example
Text Example
White with #FD04C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD04C7; }
p { color: rgb(253,4,199); }
H1.HeaderClassName
{
color: #FD04C7;
}
.AnyTagClassName
{
color: #FD04C7;
}
</style>
background-color css
<style>
a { background-color: #FD04C7; }
a { background-color: rgb(253,4,199); }
div.DivClassName
{
background-color: #FD04C7;
}
.BgClassName
{
background-color: #FD04C7;
}
</style>
border-color css
<style>
span { border-color: #FD04C7; }
span { border-color: rgb(253,4,199); }
td.TdClassName
{
border-color: #FD04C7;
}
.TagClassName
{
border-color: #FD04C7;
}
</style>