Shades of Magenta #FF03F0
Tints of Magenta #FF03F0
RGB
CMYK
RGB Variations
Color information
#FF03F0 (or 0xFF03F0) is known color: Magenta. HEX triplet: FF, 03 and F0. RGB value is (255,3,240). Sum of RGB (Red+Green+Blue) = 255+3+240=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 3 (1.56% from 255 or 0.60% from 498); Blue value is 240 (94.14% from 255 or 48.19% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF03F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF03F0 is #00FC0F. Grayscale: #686868. Windows color (decimal): -64528 or 15729663. OLE color: 15729663.
HSL color Cylindrical-coordinate representation of color #FF03F0: hue angle of 303.57º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF03F0 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 240 | - |
| CMYK | 0 | 0.99 | 0.06 | 0 |
| HSL | 303.57º | 1% | 0.51% | - |
| HSV(B) | 303.57º | 0.99% | 1% | - |
| XYZ | 57 | 27.62 | 84.76 | - |
| YUV | 105.37 | 203.99 | 234.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 240 | 0 | 0.99 | 0.06 | 0 | 303.57 | 1 | 0.51 |
| Hex | FF | 3 | F0 | 0 | 63 | 6 | 0 | 130 | 64 | 33 |
| Octal | 377 | 3 | 360 | 0 | 143 | 6 | 0 | 460 | 144 | 63 |
| Binary | 11111111 | 11 | 11110000 | 0 | 1100011 | 110 | 0 | 100110000 | 1100100 | 110011 |
Color Harmonies of #FF03F0
Complementary color
Monochromatic Colors of #FF03F0
Black with #FF03F0
Text Example
Text Example
White with #FF03F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF03F0; }
p { color: rgb(255,3,240); }
H1.HeaderClassName
{
color: #FF03F0;
}
.AnyTagClassName
{
color: #FF03F0;
}
</style>
background-color css
<style>
a { background-color: #FF03F0; }
a { background-color: rgb(255,3,240); }
div.DivClassName
{
background-color: #FF03F0;
}
.BgClassName
{
background-color: #FF03F0;
}
</style>
border-color css
<style>
span { border-color: #FF03F0; }
span { border-color: rgb(255,3,240); }
td.TdClassName
{
border-color: #FF03F0;
}
.TagClassName
{
border-color: #FF03F0;
}
</style>