Shades of Magenta #F014FE
Tints of Magenta #F014FE
RGB
CMYK
RGB Variations
Color information
#F014FE (or 0xF014FE) is known color: Magenta. HEX triplet: F0, 14 and FE. RGB value is (240,20,254). Sum of RGB (Red+Green+Blue) = 240+20+254=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 20 (8.20% from 255 or 3.89% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #F014FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F014FE is #0FEB01. Grayscale: #6F6F6F. Windows color (decimal): -1043202 or 16651504. OLE color: 16651504.
HSL color Cylindrical-coordinate representation of color #F014FE: hue angle of 296.41º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F014FE is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 20 | 254 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.00 |
| HSL | 296.41º | 0.99% | 0.54% | - |
| HSV(B) | 296.41º | 0.92% | 1% | - |
| XYZ | 54.07 | 26.18 | 95.97 | - |
| YUV | 112.46 | 207.89 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 254 | 0.06 | 0.92 | 0 | 0.00 | 296.41 | 0.99 | 0.54 |
| Hex | F0 | 14 | FE | 6 | 5C | 0 | 0 | 128 | 63 | 36 |
| Octal | 360 | 24 | 376 | 6 | 134 | 0 | 0 | 450 | 143 | 66 |
| Binary | 11110000 | 10100 | 11111110 | 110 | 1011100 | 0 | 0 | 100101000 | 1100011 | 110110 |
Color Harmonies of #F014FE
Complementary color
Monochromatic Colors of #F014FE
Black with #F014FE
Text Example
Text Example
White with #F014FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F014FE; }
p { color: rgb(240,20,254); }
H1.HeaderClassName
{
color: #F014FE;
}
.AnyTagClassName
{
color: #F014FE;
}
</style>
background-color css
<style>
a { background-color: #F014FE; }
a { background-color: rgb(240,20,254); }
div.DivClassName
{
background-color: #F014FE;
}
.BgClassName
{
background-color: #F014FE;
}
</style>
border-color css
<style>
span { border-color: #F014FE; }
span { border-color: rgb(240,20,254); }
td.TdClassName
{
border-color: #F014FE;
}
.TagClassName
{
border-color: #F014FE;
}
</style>