Shades of Magenta #FF04FC
Tints of Magenta #FF04FC
RGB
CMYK
RGB Variations
Color information
#FF04FC (or 0xFF04FC) is known color: Magenta. HEX triplet: FF, 04 and FC. RGB value is (255,4,252). Sum of RGB (Red+Green+Blue) = 255+4+252=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 4 (1.95% from 255 or 0.78% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF04FC is #00FB03. Grayscale: #6A6A6A. Windows color (decimal): -64260 or 16516351. OLE color: 16516351.
HSL color Cylindrical-coordinate representation of color #FF04FC: hue angle of 300.72º 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 #FF04FC is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 252 | - |
| CMYK | 0 | 0.98 | 0.01 | 0 |
| HSL | 300.72º | 1% | 0.51% | - |
| HSV(B) | 300.72º | 0.98% | 1% | - |
| XYZ | 58.85 | 28.38 | 94.47 | - |
| YUV | 107.32 | 209.66 | 233.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 252 | 0 | 0.98 | 0.01 | 0 | 300.72 | 1 | 0.51 |
| Hex | FF | 4 | FC | 0 | 62 | 1 | 0 | 12D | 64 | 33 |
| Octal | 377 | 4 | 374 | 0 | 142 | 1 | 0 | 455 | 144 | 63 |
| Binary | 11111111 | 100 | 11111100 | 0 | 1100010 | 1 | 0 | 100101101 | 1100100 | 110011 |
Color Harmonies of #FF04FC
Complementary color
Monochromatic Colors of #FF04FC
Black with #FF04FC
Text Example
Text Example
White with #FF04FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF04FC; }
p { color: rgb(255,4,252); }
H1.HeaderClassName
{
color: #FF04FC;
}
.AnyTagClassName
{
color: #FF04FC;
}
</style>
background-color css
<style>
a { background-color: #FF04FC; }
a { background-color: rgb(255,4,252); }
div.DivClassName
{
background-color: #FF04FC;
}
.BgClassName
{
background-color: #FF04FC;
}
</style>
border-color css
<style>
span { border-color: #FF04FC; }
span { border-color: rgb(255,4,252); }
td.TdClassName
{
border-color: #FF04FC;
}
.TagClassName
{
border-color: #FF04FC;
}
</style>