Shades of Magenta #F218FE
Tints of Magenta #F218FE
RGB
CMYK
RGB Variations
Color information
#F218FE (or 0xF218FE) is known color: Magenta. HEX triplet: F2, 18 and FE. RGB value is (242,24,254). Sum of RGB (Red+Green+Blue) = 242+24+254=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 24 (9.77% from 255 or 4.62% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #F218FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F218FE is #0DE701. Grayscale: #727272. Windows color (decimal): -911106 or 16652530. OLE color: 16652530.
HSL color Cylindrical-coordinate representation of color #F218FE: hue angle of 296.87º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F218FE is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 24 | 254 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.00 |
| HSL | 296.87º | 0.99% | 0.55% | - |
| HSV(B) | 296.87º | 0.91% | 1% | - |
| XYZ | 54.83 | 26.69 | 96.03 | - |
| YUV | 115.4 | 206.22 | 218.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 254 | 0.05 | 0.91 | 0 | 0.00 | 296.87 | 0.99 | 0.55 |
| Hex | F2 | 18 | FE | 5 | 5B | 0 | 0 | 129 | 63 | 37 |
| Octal | 362 | 30 | 376 | 5 | 133 | 0 | 0 | 451 | 143 | 67 |
| Binary | 11110010 | 11000 | 11111110 | 101 | 1011011 | 0 | 0 | 100101001 | 1100011 | 110111 |
Color Harmonies of #F218FE
Complementary color
Monochromatic Colors of #F218FE
Black with #F218FE
Text Example
Text Example
White with #F218FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F218FE; }
p { color: rgb(242,24,254); }
H1.HeaderClassName
{
color: #F218FE;
}
.AnyTagClassName
{
color: #F218FE;
}
</style>
background-color css
<style>
a { background-color: #F218FE; }
a { background-color: rgb(242,24,254); }
div.DivClassName
{
background-color: #F218FE;
}
.BgClassName
{
background-color: #F218FE;
}
</style>
border-color css
<style>
span { border-color: #F218FE; }
span { border-color: rgb(242,24,254); }
td.TdClassName
{
border-color: #F218FE;
}
.TagClassName
{
border-color: #F218FE;
}
</style>