Shades of Hot Magenta #FF04CD
Tints of Hot Magenta #FF04CD
RGB
CMYK
RGB Variations
Color information
#FF04CD (or 0xFF04CD) is known color: Hot Magenta. HEX triplet: FF, 04 and CD. RGB value is (255,4,205). Sum of RGB (Red+Green+Blue) = 255+4+205=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 4 (1.95% from 255 or 0.86% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF04CD is #00FB32. Grayscale: #656565. Windows color (decimal): -64307 or 13436159. OLE color: 13436159.
HSL color Cylindrical-coordinate representation of color #FF04CD: hue angle of 311.95º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF04CD is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 205 | - |
| CMYK | 0 | 0.98 | 0.20 | 0 |
| HSL | 311.95º | 1% | 0.51% | - |
| HSV(B) | 311.95º | 0.98% | 1% | - |
| XYZ | 52.3 | 25.75 | 59.97 | - |
| YUV | 101.96 | 186.16 | 237.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 205 | 0 | 0.98 | 0.20 | 0 | 311.95 | 1 | 0.51 |
| Hex | FF | 4 | CD | 0 | 62 | 14 | 0 | 138 | 64 | 33 |
| Octal | 377 | 4 | 315 | 0 | 142 | 24 | 0 | 470 | 144 | 63 |
| Binary | 11111111 | 100 | 11001101 | 0 | 1100010 | 10100 | 0 | 100111000 | 1100100 | 110011 |
Color Harmonies of #FF04CD
Complementary color
Monochromatic Colors of #FF04CD
Black with #FF04CD
Text Example
Text Example
White with #FF04CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF04CD; }
p { color: rgb(255,4,205); }
H1.HeaderClassName
{
color: #FF04CD;
}
.AnyTagClassName
{
color: #FF04CD;
}
</style>
background-color css
<style>
a { background-color: #FF04CD; }
a { background-color: rgb(255,4,205); }
div.DivClassName
{
background-color: #FF04CD;
}
.BgClassName
{
background-color: #FF04CD;
}
</style>
border-color css
<style>
span { border-color: #FF04CD; }
span { border-color: rgb(255,4,205); }
td.TdClassName
{
border-color: #FF04CD;
}
.TagClassName
{
border-color: #FF04CD;
}
</style>