Shades of Magenta #FF0FF4
Tints of Magenta #FF0FF4
RGB
CMYK
RGB Variations
Color information
#FF0FF4 (or 0xFF0FF4) is known color: Magenta. HEX triplet: FF, 0F and F4. RGB value is (255,15,244). Sum of RGB (Red+Green+Blue) = 255+15+244=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 15 (6.25% from 255 or 2.92% from 514); Blue value is 244 (95.70% from 255 or 47.47% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FF4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0FF4 is #00F00B. Grayscale: #707070. Windows color (decimal): -61452 or 15994879. OLE color: 15994879.
HSL color Cylindrical-coordinate representation of color #FF0FF4: hue angle of 302.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF0FF4 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 244 | - |
| CMYK | 0 | 0.94 | 0.04 | 0 |
| HSL | 302.75º | 1% | 0.53% | - |
| HSV(B) | 302.75º | 0.94% | 1% | - |
| XYZ | 57.74 | 28.13 | 87.97 | - |
| YUV | 112.87 | 202.01 | 229.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 244 | 0 | 0.94 | 0.04 | 0 | 302.75 | 1 | 0.53 |
| Hex | FF | F | F4 | 0 | 5E | 4 | 0 | 12F | 64 | 35 |
| Octal | 377 | 17 | 364 | 0 | 136 | 4 | 0 | 457 | 144 | 65 |
| Binary | 11111111 | 1111 | 11110100 | 0 | 1011110 | 100 | 0 | 100101111 | 1100100 | 110101 |
Color Harmonies of #FF0FF4
Complementary color
Monochromatic Colors of #FF0FF4
Black with #FF0FF4
Text Example
Text Example
White with #FF0FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0FF4; }
p { color: rgb(255,15,244); }
H1.HeaderClassName
{
color: #FF0FF4;
}
.AnyTagClassName
{
color: #FF0FF4;
}
</style>
background-color css
<style>
a { background-color: #FF0FF4; }
a { background-color: rgb(255,15,244); }
div.DivClassName
{
background-color: #FF0FF4;
}
.BgClassName
{
background-color: #FF0FF4;
}
</style>
border-color css
<style>
span { border-color: #FF0FF4; }
span { border-color: rgb(255,15,244); }
td.TdClassName
{
border-color: #FF0FF4;
}
.TagClassName
{
border-color: #FF0FF4;
}
</style>