Shades of Magenta #FF03F5
Tints of Magenta #FF03F5
RGB
CMYK
RGB Variations
Color information
#FF03F5 (or 0xFF03F5) is known color: Magenta. HEX triplet: FF, 03 and F5. RGB value is (255,3,245). Sum of RGB (Red+Green+Blue) = 255+3+245=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 3 (1.56% from 255 or 0.60% from 503); Blue value is 245 (96.09% from 255 or 48.71% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF03F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF03F5 is #00FC0A. Grayscale: #696969. Windows color (decimal): -64523 or 16057343. OLE color: 16057343.
HSL color Cylindrical-coordinate representation of color #FF03F5: hue angle of 302.38º 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 #FF03F5 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 245 | - |
| CMYK | 0 | 0.99 | 0.04 | 0 |
| HSL | 302.38º | 1% | 0.51% | - |
| HSV(B) | 302.38º | 0.99% | 1% | - |
| XYZ | 57.75 | 27.92 | 88.73 | - |
| YUV | 105.94 | 206.49 | 234.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 245 | 0 | 0.99 | 0.04 | 0 | 302.38 | 1 | 0.51 |
| Hex | FF | 3 | F5 | 0 | 63 | 4 | 0 | 12E | 64 | 33 |
| Octal | 377 | 3 | 365 | 0 | 143 | 4 | 0 | 456 | 144 | 63 |
| Binary | 11111111 | 11 | 11110101 | 0 | 1100011 | 100 | 0 | 100101110 | 1100100 | 110011 |
Color Harmonies of #FF03F5
Complementary color
Monochromatic Colors of #FF03F5
Black with #FF03F5
Text Example
Text Example
White with #FF03F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF03F5; }
p { color: rgb(255,3,245); }
H1.HeaderClassName
{
color: #FF03F5;
}
.AnyTagClassName
{
color: #FF03F5;
}
</style>
background-color css
<style>
a { background-color: #FF03F5; }
a { background-color: rgb(255,3,245); }
div.DivClassName
{
background-color: #FF03F5;
}
.BgClassName
{
background-color: #FF03F5;
}
</style>
border-color css
<style>
span { border-color: #FF03F5; }
span { border-color: rgb(255,3,245); }
td.TdClassName
{
border-color: #FF03F5;
}
.TagClassName
{
border-color: #FF03F5;
}
</style>