Shades of Magenta #FF03F9
Tints of Magenta #FF03F9
RGB
CMYK
RGB Variations
Color information
#FF03F9 (or 0xFF03F9) is known color: Magenta. HEX triplet: FF, 03 and F9. RGB value is (255,3,249). Sum of RGB (Red+Green+Blue) = 255+3+249=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 3 (1.56% from 255 or 0.59% from 507); Blue value is 249 (97.66% from 255 or 49.11% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF03F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF03F9 is #00FC06. Grayscale: #696969. Windows color (decimal): -64519 or 16319487. OLE color: 16319487.
HSL color Cylindrical-coordinate representation of color #FF03F9: hue angle of 301.43º 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 #FF03F9 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 249 | - |
| CMYK | 0 | 0.99 | 0.02 | 0 |
| HSL | 301.43º | 1% | 0.51% | - |
| HSV(B) | 301.43º | 0.99% | 1% | - |
| XYZ | 58.37 | 28.16 | 91.98 | - |
| YUV | 106.39 | 208.49 | 234 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 249 | 0 | 0.99 | 0.02 | 0 | 301.43 | 1 | 0.51 |
| Hex | FF | 3 | F9 | 0 | 63 | 2 | 0 | 12D | 64 | 33 |
| Octal | 377 | 3 | 371 | 0 | 143 | 2 | 0 | 455 | 144 | 63 |
| Binary | 11111111 | 11 | 11111001 | 0 | 1100011 | 10 | 0 | 100101101 | 1100100 | 110011 |
Color Harmonies of #FF03F9
Complementary color
Monochromatic Colors of #FF03F9
Black with #FF03F9
Text Example
Text Example
White with #FF03F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF03F9; }
p { color: rgb(255,3,249); }
H1.HeaderClassName
{
color: #FF03F9;
}
.AnyTagClassName
{
color: #FF03F9;
}
</style>
background-color css
<style>
a { background-color: #FF03F9; }
a { background-color: rgb(255,3,249); }
div.DivClassName
{
background-color: #FF03F9;
}
.BgClassName
{
background-color: #FF03F9;
}
</style>
border-color css
<style>
span { border-color: #FF03F9; }
span { border-color: rgb(255,3,249); }
td.TdClassName
{
border-color: #FF03F9;
}
.TagClassName
{
border-color: #FF03F9;
}
</style>