Shades of Magenta #FF04F5
Tints of Magenta #FF04F5
RGB
CMYK
RGB Variations
Color information
#FF04F5 (or 0xFF04F5) is known color: Magenta. HEX triplet: FF, 04 and F5. RGB value is (255,4,245). Sum of RGB (Red+Green+Blue) = 255+4+245=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 4 (1.95% from 255 or 0.79% from 504); Blue value is 245 (96.09% from 255 or 48.61% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF04F5 is #00FB0A. Grayscale: #696969. Windows color (decimal): -64267 or 16057599. OLE color: 16057599.
HSL color Cylindrical-coordinate representation of color #FF04F5: hue angle of 302.39º 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 #FF04F5 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 245 | - |
| CMYK | 0 | 0.98 | 0.04 | 0 |
| HSL | 302.39º | 1% | 0.51% | - |
| HSV(B) | 302.39º | 0.98% | 1% | - |
| XYZ | 57.76 | 27.94 | 88.73 | - |
| YUV | 106.52 | 206.16 | 233.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 245 | 0 | 0.98 | 0.04 | 0 | 302.39 | 1 | 0.51 |
| Hex | FF | 4 | F5 | 0 | 62 | 4 | 0 | 12E | 64 | 33 |
| Octal | 377 | 4 | 365 | 0 | 142 | 4 | 0 | 456 | 144 | 63 |
| Binary | 11111111 | 100 | 11110101 | 0 | 1100010 | 100 | 0 | 100101110 | 1100100 | 110011 |
Color Harmonies of #FF04F5
Complementary color
Monochromatic Colors of #FF04F5
Black with #FF04F5
Text Example
Text Example
White with #FF04F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF04F5; }
p { color: rgb(255,4,245); }
H1.HeaderClassName
{
color: #FF04F5;
}
.AnyTagClassName
{
color: #FF04F5;
}
</style>
background-color css
<style>
a { background-color: #FF04F5; }
a { background-color: rgb(255,4,245); }
div.DivClassName
{
background-color: #FF04F5;
}
.BgClassName
{
background-color: #FF04F5;
}
</style>
border-color css
<style>
span { border-color: #FF04F5; }
span { border-color: rgb(255,4,245); }
td.TdClassName
{
border-color: #FF04F5;
}
.TagClassName
{
border-color: #FF04F5;
}
</style>