Shades of Magenta #F015FE
Tints of Magenta #F015FE
RGB
CMYK
RGB Variations
Color information
#F015FE (or 0xF015FE) is known color: Magenta. HEX triplet: F0, 15 and FE. RGB value is (240,21,254). Sum of RGB (Red+Green+Blue) = 240+21+254=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 21 (8.59% from 255 or 4.08% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #F015FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F015FE is #0FEA01. Grayscale: #707070. Windows color (decimal): -1042946 or 16651760. OLE color: 16651760.
HSL color Cylindrical-coordinate representation of color #F015FE: hue angle of 296.39º 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 #F015FE is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 21 | 254 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.00 |
| HSL | 296.39º | 0.99% | 0.54% | - |
| HSV(B) | 296.39º | 0.92% | 1% | - |
| XYZ | 54.09 | 26.22 | 95.98 | - |
| YUV | 113.04 | 207.55 | 218.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 254 | 0.06 | 0.92 | 0 | 0.00 | 296.39 | 0.99 | 0.54 |
| Hex | F0 | 15 | FE | 6 | 5C | 0 | 0 | 128 | 63 | 36 |
| Octal | 360 | 25 | 376 | 6 | 134 | 0 | 0 | 450 | 143 | 66 |
| Binary | 11110000 | 10101 | 11111110 | 110 | 1011100 | 0 | 0 | 100101000 | 1100011 | 110110 |
Color Harmonies of #F015FE
Complementary color
Monochromatic Colors of #F015FE
Black with #F015FE
Text Example
Text Example
White with #F015FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F015FE; }
p { color: rgb(240,21,254); }
H1.HeaderClassName
{
color: #F015FE;
}
.AnyTagClassName
{
color: #F015FE;
}
</style>
background-color css
<style>
a { background-color: #F015FE; }
a { background-color: rgb(240,21,254); }
div.DivClassName
{
background-color: #F015FE;
}
.BgClassName
{
background-color: #F015FE;
}
</style>
border-color css
<style>
span { border-color: #F015FE; }
span { border-color: rgb(240,21,254); }
td.TdClassName
{
border-color: #F015FE;
}
.TagClassName
{
border-color: #F015FE;
}
</style>