Shades of Magenta #F218FF
Tints of Magenta #F218FF
RGB
CMYK
RGB Variations
Color information
#F218FF (or 0xF218FF) is known color: Magenta. HEX triplet: F2, 18 and FF. RGB value is (242,24,255). Sum of RGB (Red+Green+Blue) = 242+24+255=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 24 (9.77% from 255 or 4.61% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #F218FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F218FF is #0DE700. Grayscale: #727272. Windows color (decimal): -911105 or 16718066. OLE color: 16718066.
HSL color Cylindrical-coordinate representation of color #F218FF: hue angle of 296.62º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F218FF is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 24 | 255 | - |
| CMYK | 0.05 | 0.91 | 0 | 0 |
| HSL | 296.62º | 1% | 0.55% | - |
| HSV(B) | 296.62º | 0.91% | 1% | - |
| XYZ | 54.99 | 26.75 | 96.87 | - |
| YUV | 115.52 | 206.72 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 255 | 0.05 | 0.91 | 0 | 0 | 296.62 | 1 | 0.55 |
| Hex | F2 | 18 | FF | 5 | 5B | 0 | 0 | 129 | 64 | 37 |
| Octal | 362 | 30 | 377 | 5 | 133 | 0 | 0 | 451 | 144 | 67 |
| Binary | 11110010 | 11000 | 11111111 | 101 | 1011011 | 0 | 0 | 100101001 | 1100100 | 110111 |
Color Harmonies of #F218FF
Complementary color
Monochromatic Colors of #F218FF
Black with #F218FF
Text Example
Text Example
White with #F218FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F218FF; }
p { color: rgb(242,24,255); }
H1.HeaderClassName
{
color: #F218FF;
}
.AnyTagClassName
{
color: #F218FF;
}
</style>
background-color css
<style>
a { background-color: #F218FF; }
a { background-color: rgb(242,24,255); }
div.DivClassName
{
background-color: #F218FF;
}
.BgClassName
{
background-color: #F218FF;
}
</style>
border-color css
<style>
span { border-color: #F218FF; }
span { border-color: rgb(242,24,255); }
td.TdClassName
{
border-color: #F218FF;
}
.TagClassName
{
border-color: #F218FF;
}
</style>