Shades of Magenta #F212F0
Tints of Magenta #F212F0
RGB
CMYK
RGB Variations
Color information
#F212F0 (or 0xF212F0) is known color: Magenta. HEX triplet: F2, 12 and F0. RGB value is (242,18,240). Sum of RGB (Red+Green+Blue) = 242+18+240=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 18 (7.42% from 255 or 3.6% from 500); Blue value is 240 (94.14% from 255 or 48% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F212F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F212F0 is #0DED0F. Grayscale: #6D6D6D. Windows color (decimal): -912656 or 15733490. OLE color: 15733490.
HSL color Cylindrical-coordinate representation of color #F212F0: hue angle of 300.54º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F212F0 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 240 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.05 |
| HSL | 300.54º | 0.9% | 0.51% | - |
| HSV(B) | 300.54º | 0.93% | 0.95% | - |
| XYZ | 52.56 | 25.6 | 84.61 | - |
| YUV | 110.28 | 201.21 | 221.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 240 | 0 | 0.93 | 0.01 | 0.05 | 300.54 | 0.9 | 0.51 |
| Hex | F2 | 12 | F0 | 0 | 5D | 1 | 5 | 12D | 5A | 33 |
| Octal | 362 | 22 | 360 | 0 | 135 | 1 | 5 | 455 | 132 | 63 |
| Binary | 11110010 | 10010 | 11110000 | 0 | 1011101 | 1 | 101 | 100101101 | 1011010 | 110011 |
Color Harmonies of #F212F0
Complementary color
Monochromatic Colors of #F212F0
Black with #F212F0
Text Example
Text Example
White with #F212F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F212F0; }
p { color: rgb(242,18,240); }
H1.HeaderClassName
{
color: #F212F0;
}
.AnyTagClassName
{
color: #F212F0;
}
</style>
background-color css
<style>
a { background-color: #F212F0; }
a { background-color: rgb(242,18,240); }
div.DivClassName
{
background-color: #F212F0;
}
.BgClassName
{
background-color: #F212F0;
}
</style>
border-color css
<style>
span { border-color: #F212F0; }
span { border-color: rgb(242,18,240); }
td.TdClassName
{
border-color: #F212F0;
}
.TagClassName
{
border-color: #F212F0;
}
</style>