Shades of Magenta #F013FF
Tints of Magenta #F013FF
RGB
CMYK
RGB Variations
Color information
#F013FF (or 0xF013FF) is known color: Magenta. HEX triplet: F0, 13 and FF. RGB value is (240,19,255). Sum of RGB (Red+Green+Blue) = 240+19+255=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 19 (7.81% from 255 or 3.70% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #F013FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F013FF is #0FEC00. Grayscale: #6F6F6F. Windows color (decimal): -1043457 or 16716784. OLE color: 16716784.
HSL color Cylindrical-coordinate representation of color #F013FF: hue angle of 296.19º 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 #F013FF is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 19 | 255 | - |
| CMYK | 0.06 | 0.93 | 0 | 0 |
| HSL | 296.19º | 1% | 0.54% | - |
| HSV(B) | 296.19º | 0.93% | 1% | - |
| XYZ | 54.22 | 26.21 | 96.81 | - |
| YUV | 111.98 | 208.72 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 255 | 0.06 | 0.93 | 0 | 0 | 296.19 | 1 | 0.54 |
| Hex | F0 | 13 | FF | 6 | 5D | 0 | 0 | 128 | 64 | 36 |
| Octal | 360 | 23 | 377 | 6 | 135 | 0 | 0 | 450 | 144 | 66 |
| Binary | 11110000 | 10011 | 11111111 | 110 | 1011101 | 0 | 0 | 100101000 | 1100100 | 110110 |
Color Harmonies of #F013FF
Complementary color
Monochromatic Colors of #F013FF
Black with #F013FF
Text Example
Text Example
White with #F013FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F013FF; }
p { color: rgb(240,19,255); }
H1.HeaderClassName
{
color: #F013FF;
}
.AnyTagClassName
{
color: #F013FF;
}
</style>
background-color css
<style>
a { background-color: #F013FF; }
a { background-color: rgb(240,19,255); }
div.DivClassName
{
background-color: #F013FF;
}
.BgClassName
{
background-color: #F013FF;
}
</style>
border-color css
<style>
span { border-color: #F013FF; }
span { border-color: rgb(240,19,255); }
td.TdClassName
{
border-color: #F013FF;
}
.TagClassName
{
border-color: #F013FF;
}
</style>