Shades of Magenta #FF04F4
Tints of Magenta #FF04F4
RGB
CMYK
RGB Variations
Color information
#FF04F4 (or 0xFF04F4) is known color: Magenta. HEX triplet: FF, 04 and F4. RGB value is (255,4,244). Sum of RGB (Red+Green+Blue) = 255+4+244=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 4 (1.95% from 255 or 0.80% from 503); Blue value is 244 (95.70% from 255 or 48.51% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF04F4 is #00FB0B. Grayscale: #696969. Windows color (decimal): -64268 or 15992063. OLE color: 15992063.
HSL color Cylindrical-coordinate representation of color #FF04F4: hue angle of 302.63º 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 #FF04F4 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 244 | - |
| CMYK | 0 | 0.98 | 0.04 | 0 |
| HSL | 302.63º | 1% | 0.51% | - |
| HSV(B) | 302.63º | 0.98% | 1% | - |
| XYZ | 57.61 | 27.88 | 87.93 | - |
| YUV | 106.41 | 205.66 | 233.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 244 | 0 | 0.98 | 0.04 | 0 | 302.63 | 1 | 0.51 |
| Hex | FF | 4 | F4 | 0 | 62 | 4 | 0 | 12F | 64 | 33 |
| Octal | 377 | 4 | 364 | 0 | 142 | 4 | 0 | 457 | 144 | 63 |
| Binary | 11111111 | 100 | 11110100 | 0 | 1100010 | 100 | 0 | 100101111 | 1100100 | 110011 |
Color Harmonies of #FF04F4
Complementary color
Monochromatic Colors of #FF04F4
Black with #FF04F4
Text Example
Text Example
White with #FF04F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF04F4; }
p { color: rgb(255,4,244); }
H1.HeaderClassName
{
color: #FF04F4;
}
.AnyTagClassName
{
color: #FF04F4;
}
</style>
background-color css
<style>
a { background-color: #FF04F4; }
a { background-color: rgb(255,4,244); }
div.DivClassName
{
background-color: #FF04F4;
}
.BgClassName
{
background-color: #FF04F4;
}
</style>
border-color css
<style>
span { border-color: #FF04F4; }
span { border-color: rgb(255,4,244); }
td.TdClassName
{
border-color: #FF04F4;
}
.TagClassName
{
border-color: #FF04F4;
}
</style>