Shades of Magenta #F216FF
Tints of Magenta #F216FF
RGB
CMYK
RGB Variations
Color information
#F216FF (or 0xF216FF) is known color: Magenta. HEX triplet: F2, 16 and FF. RGB value is (242,22,255). Sum of RGB (Red+Green+Blue) = 242+22+255=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 22 (8.98% from 255 or 4.24% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #F216FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F216FF is #0DE900. Grayscale: #717171. Windows color (decimal): -911617 or 16717554. OLE color: 16717554.
HSL color Cylindrical-coordinate representation of color #F216FF: hue angle of 296.65º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F216FF is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 22 | 255 | - |
| CMYK | 0.05 | 0.91 | 0 | 0 |
| HSL | 296.65º | 1% | 0.54% | - |
| HSV(B) | 296.65º | 0.91% | 1% | - |
| XYZ | 54.95 | 26.67 | 96.86 | - |
| YUV | 114.34 | 207.39 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 255 | 0.05 | 0.91 | 0 | 0 | 296.65 | 1 | 0.54 |
| Hex | F2 | 16 | FF | 5 | 5B | 0 | 0 | 129 | 64 | 36 |
| Octal | 362 | 26 | 377 | 5 | 133 | 0 | 0 | 451 | 144 | 66 |
| Binary | 11110010 | 10110 | 11111111 | 101 | 1011011 | 0 | 0 | 100101001 | 1100100 | 110110 |
Color Harmonies of #F216FF
Complementary color
Monochromatic Colors of #F216FF
Black with #F216FF
Text Example
Text Example
White with #F216FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F216FF; }
p { color: rgb(242,22,255); }
H1.HeaderClassName
{
color: #F216FF;
}
.AnyTagClassName
{
color: #F216FF;
}
</style>
background-color css
<style>
a { background-color: #F216FF; }
a { background-color: rgb(242,22,255); }
div.DivClassName
{
background-color: #F216FF;
}
.BgClassName
{
background-color: #F216FF;
}
</style>
border-color css
<style>
span { border-color: #F216FF; }
span { border-color: rgb(242,22,255); }
td.TdClassName
{
border-color: #F216FF;
}
.TagClassName
{
border-color: #F216FF;
}
</style>