Shades of Magenta #F016FE
Tints of Magenta #F016FE
RGB
CMYK
RGB Variations
Color information
#F016FE (or 0xF016FE) is known color: Magenta. HEX triplet: F0, 16 and FE. RGB value is (240,22,254). Sum of RGB (Red+Green+Blue) = 240+22+254=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 22 (8.98% from 255 or 4.26% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #F016FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F016FE is #0FE901. Grayscale: #707070. Windows color (decimal): -1042690 or 16652016. OLE color: 16652016.
HSL color Cylindrical-coordinate representation of color #F016FE: hue angle of 296.38º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F016FE is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 22 | 254 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.00 |
| HSL | 296.38º | 0.99% | 0.54% | - |
| HSV(B) | 296.38º | 0.91% | 1% | - |
| XYZ | 54.11 | 26.25 | 95.98 | - |
| YUV | 113.63 | 207.22 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 254 | 0.06 | 0.91 | 0 | 0.00 | 296.38 | 0.99 | 0.54 |
| Hex | F0 | 16 | FE | 6 | 5B | 0 | 0 | 128 | 63 | 36 |
| Octal | 360 | 26 | 376 | 6 | 133 | 0 | 0 | 450 | 143 | 66 |
| Binary | 11110000 | 10110 | 11111110 | 110 | 1011011 | 0 | 0 | 100101000 | 1100011 | 110110 |
Color Harmonies of #F016FE
Complementary color
Monochromatic Colors of #F016FE
Black with #F016FE
Text Example
Text Example
White with #F016FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F016FE; }
p { color: rgb(240,22,254); }
H1.HeaderClassName
{
color: #F016FE;
}
.AnyTagClassName
{
color: #F016FE;
}
</style>
background-color css
<style>
a { background-color: #F016FE; }
a { background-color: rgb(240,22,254); }
div.DivClassName
{
background-color: #F016FE;
}
.BgClassName
{
background-color: #F016FE;
}
</style>
border-color css
<style>
span { border-color: #F016FE; }
span { border-color: rgb(240,22,254); }
td.TdClassName
{
border-color: #F016FE;
}
.TagClassName
{
border-color: #F016FE;
}
</style>