Shades of Magenta #F218FC
Tints of Magenta #F218FC
RGB
CMYK
RGB Variations
Color information
#F218FC (or 0xF218FC) is known color: Magenta. HEX triplet: F2, 18 and FC. RGB value is (242,24,252). Sum of RGB (Red+Green+Blue) = 242+24+252=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 24 (9.77% from 255 or 4.63% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #F218FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F218FC is #0DE703. Grayscale: #727272. Windows color (decimal): -911108 or 16521458. OLE color: 16521458.
HSL color Cylindrical-coordinate representation of color #F218FC: hue angle of 297.37º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F218FC is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 24 | 252 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.01 |
| HSL | 297.37º | 0.97% | 0.54% | - |
| HSV(B) | 297.37º | 0.9% | 0.99% | - |
| XYZ | 54.52 | 26.56 | 94.35 | - |
| YUV | 115.17 | 205.22 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 252 | 0.04 | 0.90 | 0 | 0.01 | 297.37 | 0.97 | 0.54 |
| Hex | F2 | 18 | FC | 4 | 5A | 0 | 1 | 129 | 61 | 36 |
| Octal | 362 | 30 | 374 | 4 | 132 | 0 | 1 | 451 | 141 | 66 |
| Binary | 11110010 | 11000 | 11111100 | 100 | 1011010 | 0 | 1 | 100101001 | 1100001 | 110110 |
Color Harmonies of #F218FC
Complementary color
Monochromatic Colors of #F218FC
Black with #F218FC
Text Example
Text Example
White with #F218FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F218FC; }
p { color: rgb(242,24,252); }
H1.HeaderClassName
{
color: #F218FC;
}
.AnyTagClassName
{
color: #F218FC;
}
</style>
background-color css
<style>
a { background-color: #F218FC; }
a { background-color: rgb(242,24,252); }
div.DivClassName
{
background-color: #F218FC;
}
.BgClassName
{
background-color: #F218FC;
}
</style>
border-color css
<style>
span { border-color: #F218FC; }
span { border-color: rgb(242,24,252); }
td.TdClassName
{
border-color: #F218FC;
}
.TagClassName
{
border-color: #F218FC;
}
</style>