Shades of Magenta #F216FE
Tints of Magenta #F216FE
RGB
CMYK
RGB Variations
Color information
#F216FE (or 0xF216FE) is known color: Magenta. HEX triplet: F2, 16 and FE. RGB value is (242,22,254). Sum of RGB (Red+Green+Blue) = 242+22+254=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 22 (8.98% from 255 or 4.25% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #F216FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F216FE is #0DE901. Grayscale: #717171. Windows color (decimal): -911618 or 16652018. OLE color: 16652018.
HSL color Cylindrical-coordinate representation of color #F216FE: hue angle of 296.9º 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 #F216FE is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 22 | 254 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.00 |
| HSL | 296.9º | 0.99% | 0.54% | - |
| HSV(B) | 296.9º | 0.91% | 1% | - |
| XYZ | 54.79 | 26.61 | 96.01 | - |
| YUV | 114.23 | 206.89 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 254 | 0.05 | 0.91 | 0 | 0.00 | 296.9 | 0.99 | 0.54 |
| Hex | F2 | 16 | FE | 5 | 5B | 0 | 0 | 129 | 63 | 36 |
| Octal | 362 | 26 | 376 | 5 | 133 | 0 | 0 | 451 | 143 | 66 |
| Binary | 11110010 | 10110 | 11111110 | 101 | 1011011 | 0 | 0 | 100101001 | 1100011 | 110110 |
Color Harmonies of #F216FE
Complementary color
Monochromatic Colors of #F216FE
Black with #F216FE
Text Example
Text Example
White with #F216FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F216FE; }
p { color: rgb(242,22,254); }
H1.HeaderClassName
{
color: #F216FE;
}
.AnyTagClassName
{
color: #F216FE;
}
</style>
background-color css
<style>
a { background-color: #F216FE; }
a { background-color: rgb(242,22,254); }
div.DivClassName
{
background-color: #F216FE;
}
.BgClassName
{
background-color: #F216FE;
}
</style>
border-color css
<style>
span { border-color: #F216FE; }
span { border-color: rgb(242,22,254); }
td.TdClassName
{
border-color: #F216FE;
}
.TagClassName
{
border-color: #F216FE;
}
</style>