Shades of Magenta #FF04F7
Tints of Magenta #FF04F7
RGB
CMYK
RGB Variations
Color information
#FF04F7 (or 0xFF04F7) is known color: Magenta. HEX triplet: FF, 04 and F7. RGB value is (255,4,247). Sum of RGB (Red+Green+Blue) = 255+4+247=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 4 (1.95% from 255 or 0.79% from 506); Blue value is 247 (96.88% from 255 or 48.81% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF04F7 is #00FB08. Grayscale: #6A6A6A. Windows color (decimal): -64265 or 16188671. OLE color: 16188671.
HSL color Cylindrical-coordinate representation of color #FF04F7: hue angle of 301.91º 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 #FF04F7 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 247 | - |
| CMYK | 0 | 0.98 | 0.03 | 0 |
| HSL | 301.91º | 1% | 0.51% | - |
| HSV(B) | 301.91º | 0.98% | 1% | - |
| XYZ | 58.07 | 28.06 | 90.35 | - |
| YUV | 106.75 | 207.16 | 233.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 247 | 0 | 0.98 | 0.03 | 0 | 301.91 | 1 | 0.51 |
| Hex | FF | 4 | F7 | 0 | 62 | 3 | 0 | 12E | 64 | 33 |
| Octal | 377 | 4 | 367 | 0 | 142 | 3 | 0 | 456 | 144 | 63 |
| Binary | 11111111 | 100 | 11110111 | 0 | 1100010 | 11 | 0 | 100101110 | 1100100 | 110011 |
Color Harmonies of #FF04F7
Complementary color
Monochromatic Colors of #FF04F7
Black with #FF04F7
Text Example
Text Example
White with #FF04F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF04F7; }
p { color: rgb(255,4,247); }
H1.HeaderClassName
{
color: #FF04F7;
}
.AnyTagClassName
{
color: #FF04F7;
}
</style>
background-color css
<style>
a { background-color: #FF04F7; }
a { background-color: rgb(255,4,247); }
div.DivClassName
{
background-color: #FF04F7;
}
.BgClassName
{
background-color: #FF04F7;
}
</style>
border-color css
<style>
span { border-color: #FF04F7; }
span { border-color: rgb(255,4,247); }
td.TdClassName
{
border-color: #FF04F7;
}
.TagClassName
{
border-color: #FF04F7;
}
</style>