Shades of Magenta #F013FE
Tints of Magenta #F013FE
RGB
CMYK
RGB Variations
Color information
#F013FE (or 0xF013FE) is known color: Magenta. HEX triplet: F0, 13 and FE. RGB value is (240,19,254). Sum of RGB (Red+Green+Blue) = 240+19+254=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 19 (7.81% from 255 or 3.70% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #F013FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F013FE is #0FEC01. Grayscale: #6F6F6F. Windows color (decimal): -1043458 or 16651248. OLE color: 16651248.
HSL color Cylindrical-coordinate representation of color #F013FE: hue angle of 296.43º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F013FE is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 19 | 254 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.00 |
| HSL | 296.43º | 0.99% | 0.54% | - |
| HSV(B) | 296.43º | 0.93% | 1% | - |
| XYZ | 54.06 | 26.15 | 95.96 | - |
| YUV | 111.87 | 208.22 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 254 | 0.06 | 0.93 | 0 | 0.00 | 296.43 | 0.99 | 0.54 |
| Hex | F0 | 13 | FE | 6 | 5D | 0 | 0 | 128 | 63 | 36 |
| Octal | 360 | 23 | 376 | 6 | 135 | 0 | 0 | 450 | 143 | 66 |
| Binary | 11110000 | 10011 | 11111110 | 110 | 1011101 | 0 | 0 | 100101000 | 1100011 | 110110 |
Color Harmonies of #F013FE
Complementary color
Monochromatic Colors of #F013FE
Black with #F013FE
Text Example
Text Example
White with #F013FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F013FE; }
p { color: rgb(240,19,254); }
H1.HeaderClassName
{
color: #F013FE;
}
.AnyTagClassName
{
color: #F013FE;
}
</style>
background-color css
<style>
a { background-color: #F013FE; }
a { background-color: rgb(240,19,254); }
div.DivClassName
{
background-color: #F013FE;
}
.BgClassName
{
background-color: #F013FE;
}
</style>
border-color css
<style>
span { border-color: #F013FE; }
span { border-color: rgb(240,19,254); }
td.TdClassName
{
border-color: #F013FE;
}
.TagClassName
{
border-color: #F013FE;
}
</style>