Shades of Magenta #FF13F0
Tints of Magenta #FF13F0
RGB
CMYK
RGB Variations
Color information
#FF13F0 (or 0xFF13F0) is known color: Magenta. HEX triplet: FF, 13 and F0. RGB value is (255,19,240). Sum of RGB (Red+Green+Blue) = 255+19+240=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 19 (7.81% from 255 or 3.70% from 514); Blue value is 240 (94.14% from 255 or 46.69% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF13F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF13F0 is #00EC0F. Grayscale: #727272. Windows color (decimal): -60432 or 15733759. OLE color: 15733759.
HSL color Cylindrical-coordinate representation of color #FF13F0: hue angle of 303.81º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF13F0 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 240 | - |
| CMYK | 0 | 0.93 | 0.06 | 0 |
| HSL | 303.81º | 1% | 0.54% | - |
| HSV(B) | 303.81º | 0.93% | 1% | - |
| XYZ | 57.2 | 28.02 | 84.83 | - |
| YUV | 114.76 | 198.69 | 228.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 240 | 0 | 0.93 | 0.06 | 0 | 303.81 | 1 | 0.54 |
| Hex | FF | 13 | F0 | 0 | 5D | 6 | 0 | 130 | 64 | 36 |
| Octal | 377 | 23 | 360 | 0 | 135 | 6 | 0 | 460 | 144 | 66 |
| Binary | 11111111 | 10011 | 11110000 | 0 | 1011101 | 110 | 0 | 100110000 | 1100100 | 110110 |
Color Harmonies of #FF13F0
Complementary color
Monochromatic Colors of #FF13F0
Black with #FF13F0
Text Example
Text Example
White with #FF13F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF13F0; }
p { color: rgb(255,19,240); }
H1.HeaderClassName
{
color: #FF13F0;
}
.AnyTagClassName
{
color: #FF13F0;
}
</style>
background-color css
<style>
a { background-color: #FF13F0; }
a { background-color: rgb(255,19,240); }
div.DivClassName
{
background-color: #FF13F0;
}
.BgClassName
{
background-color: #FF13F0;
}
</style>
border-color css
<style>
span { border-color: #FF13F0; }
span { border-color: rgb(255,19,240); }
td.TdClassName
{
border-color: #FF13F0;
}
.TagClassName
{
border-color: #FF13F0;
}
</style>