Shades of Hot Magenta #FF04C4
Tints of Hot Magenta #FF04C4
RGB
CMYK
RGB Variations
Color information
#FF04C4 (or 0xFF04C4) is known color: Hot Magenta. HEX triplet: FF, 04 and C4. RGB value is (255,4,196). Sum of RGB (Red+Green+Blue) = 255+4+196=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 4 (1.95% from 255 or 0.88% from 455); Blue value is 196 (76.95% from 255 or 43.08% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF04C4 is #00FB3B. Grayscale: #646464. Windows color (decimal): -64316 or 12846335. OLE color: 12846335.
HSL color Cylindrical-coordinate representation of color #FF04C4: hue angle of 314.1º 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 #FF04C4 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 196 | - |
| CMYK | 0 | 0.98 | 0.23 | 0 |
| HSL | 314.1º | 1% | 0.51% | - |
| HSV(B) | 314.1º | 0.98% | 1% | - |
| XYZ | 51.25 | 25.33 | 54.41 | - |
| YUV | 100.94 | 181.66 | 237.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 196 | 0 | 0.98 | 0.23 | 0 | 314.1 | 1 | 0.51 |
| Hex | FF | 4 | C4 | 0 | 62 | 17 | 0 | 13A | 64 | 33 |
| Octal | 377 | 4 | 304 | 0 | 142 | 27 | 0 | 472 | 144 | 63 |
| Binary | 11111111 | 100 | 11000100 | 0 | 1100010 | 10111 | 0 | 100111010 | 1100100 | 110011 |
Color Harmonies of #FF04C4
Complementary color
Monochromatic Colors of #FF04C4
Black with #FF04C4
Text Example
Text Example
White with #FF04C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF04C4; }
p { color: rgb(255,4,196); }
H1.HeaderClassName
{
color: #FF04C4;
}
.AnyTagClassName
{
color: #FF04C4;
}
</style>
background-color css
<style>
a { background-color: #FF04C4; }
a { background-color: rgb(255,4,196); }
div.DivClassName
{
background-color: #FF04C4;
}
.BgClassName
{
background-color: #FF04C4;
}
</style>
border-color css
<style>
span { border-color: #FF04C4; }
span { border-color: rgb(255,4,196); }
td.TdClassName
{
border-color: #FF04C4;
}
.TagClassName
{
border-color: #FF04C4;
}
</style>