Shades of Magenta #F219FC
Tints of Magenta #F219FC
RGB
CMYK
RGB Variations
Color information
#F219FC (or 0xF219FC) is known color: Magenta. HEX triplet: F2, 19 and FC. RGB value is (242,25,252). Sum of RGB (Red+Green+Blue) = 242+25+252=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 25 (10.16% from 255 or 4.82% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #F219FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F219FC is #0DE603. Grayscale: #737373. Windows color (decimal): -910852 or 16521714. OLE color: 16521714.
HSL color Cylindrical-coordinate representation of color #F219FC: hue angle of 297.36º 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 #F219FC is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 25 | 252 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.01 |
| HSL | 297.36º | 0.97% | 0.54% | - |
| HSV(B) | 297.36º | 0.9% | 0.99% | - |
| XYZ | 54.54 | 26.6 | 94.36 | - |
| YUV | 115.76 | 204.89 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 252 | 0.04 | 0.90 | 0 | 0.01 | 297.36 | 0.97 | 0.54 |
| Hex | F2 | 19 | FC | 4 | 5A | 0 | 1 | 129 | 61 | 36 |
| Octal | 362 | 31 | 374 | 4 | 132 | 0 | 1 | 451 | 141 | 66 |
| Binary | 11110010 | 11001 | 11111100 | 100 | 1011010 | 0 | 1 | 100101001 | 1100001 | 110110 |
Color Harmonies of #F219FC
Complementary color
Monochromatic Colors of #F219FC
Black with #F219FC
Text Example
Text Example
White with #F219FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F219FC; }
p { color: rgb(242,25,252); }
H1.HeaderClassName
{
color: #F219FC;
}
.AnyTagClassName
{
color: #F219FC;
}
</style>
background-color css
<style>
a { background-color: #F219FC; }
a { background-color: rgb(242,25,252); }
div.DivClassName
{
background-color: #F219FC;
}
.BgClassName
{
background-color: #F219FC;
}
</style>
border-color css
<style>
span { border-color: #F219FC; }
span { border-color: rgb(242,25,252); }
td.TdClassName
{
border-color: #F219FC;
}
.TagClassName
{
border-color: #F219FC;
}
</style>