Shades of Magenta #FF04F0
Tints of Magenta #FF04F0
RGB
CMYK
RGB Variations
Color information
#FF04F0 (or 0xFF04F0) is known color: Magenta. HEX triplet: FF, 04 and F0. RGB value is (255,4,240). Sum of RGB (Red+Green+Blue) = 255+4+240=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 4 (1.95% from 255 or 0.80% from 499); Blue value is 240 (94.14% from 255 or 48.10% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF04F0 is #00FB0F. Grayscale: #696969. Windows color (decimal): -64272 or 15729919. OLE color: 15729919.
HSL color Cylindrical-coordinate representation of color #FF04F0: hue angle of 303.59º 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 #FF04F0 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 240 | - |
| CMYK | 0 | 0.98 | 0.06 | 0 |
| HSL | 303.59º | 1% | 0.51% | - |
| HSV(B) | 303.59º | 0.98% | 1% | - |
| XYZ | 57.01 | 27.64 | 84.77 | - |
| YUV | 105.95 | 203.66 | 234.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 240 | 0 | 0.98 | 0.06 | 0 | 303.59 | 1 | 0.51 |
| Hex | FF | 4 | F0 | 0 | 62 | 6 | 0 | 130 | 64 | 33 |
| Octal | 377 | 4 | 360 | 0 | 142 | 6 | 0 | 460 | 144 | 63 |
| Binary | 11111111 | 100 | 11110000 | 0 | 1100010 | 110 | 0 | 100110000 | 1100100 | 110011 |
Color Harmonies of #FF04F0
Complementary color
Monochromatic Colors of #FF04F0
Black with #FF04F0
Text Example
Text Example
White with #FF04F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF04F0; }
p { color: rgb(255,4,240); }
H1.HeaderClassName
{
color: #FF04F0;
}
.AnyTagClassName
{
color: #FF04F0;
}
</style>
background-color css
<style>
a { background-color: #FF04F0; }
a { background-color: rgb(255,4,240); }
div.DivClassName
{
background-color: #FF04F0;
}
.BgClassName
{
background-color: #FF04F0;
}
</style>
border-color css
<style>
span { border-color: #FF04F0; }
span { border-color: rgb(255,4,240); }
td.TdClassName
{
border-color: #FF04F0;
}
.TagClassName
{
border-color: #FF04F0;
}
</style>