Shades of Hot Magenta #FF04CA
Tints of Hot Magenta #FF04CA
RGB
CMYK
RGB Variations
Color information
#FF04CA (or 0xFF04CA) is known color: Hot Magenta. HEX triplet: FF, 04 and CA. RGB value is (255,4,202). Sum of RGB (Red+Green+Blue) = 255+4+202=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 4 (1.95% from 255 or 0.87% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF04CA is #00FB35. Grayscale: #656565. Windows color (decimal): -64310 or 13239551. OLE color: 13239551.
HSL color Cylindrical-coordinate representation of color #FF04CA: hue angle of 312.67º 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 #FF04CA is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 202 | - |
| CMYK | 0 | 0.98 | 0.21 | 0 |
| HSL | 312.67º | 1% | 0.51% | - |
| HSV(B) | 312.67º | 0.98% | 1% | - |
| XYZ | 51.94 | 25.61 | 58.08 | - |
| YUV | 101.62 | 184.66 | 237.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 202 | 0 | 0.98 | 0.21 | 0 | 312.67 | 1 | 0.51 |
| Hex | FF | 4 | CA | 0 | 62 | 15 | 0 | 139 | 64 | 33 |
| Octal | 377 | 4 | 312 | 0 | 142 | 25 | 0 | 471 | 144 | 63 |
| Binary | 11111111 | 100 | 11001010 | 0 | 1100010 | 10101 | 0 | 100111001 | 1100100 | 110011 |
Color Harmonies of #FF04CA
Complementary color
Monochromatic Colors of #FF04CA
Black with #FF04CA
Text Example
Text Example
White with #FF04CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF04CA; }
p { color: rgb(255,4,202); }
H1.HeaderClassName
{
color: #FF04CA;
}
.AnyTagClassName
{
color: #FF04CA;
}
</style>
background-color css
<style>
a { background-color: #FF04CA; }
a { background-color: rgb(255,4,202); }
div.DivClassName
{
background-color: #FF04CA;
}
.BgClassName
{
background-color: #FF04CA;
}
</style>
border-color css
<style>
span { border-color: #FF04CA; }
span { border-color: rgb(255,4,202); }
td.TdClassName
{
border-color: #FF04CA;
}
.TagClassName
{
border-color: #FF04CA;
}
</style>