Shades of Magenta #F212F2
Tints of Magenta #F212F2
RGB
CMYK
RGB Variations
Color information
#F212F2 (or 0xF212F2) is known color: Magenta. HEX triplet: F2, 12 and F2. RGB value is (242,18,242). Sum of RGB (Red+Green+Blue) = 242+18+242=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 18 (7.42% from 255 or 3.59% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F212F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F212F2 is #0DED0D. Grayscale: #6D6D6D. Windows color (decimal): -912654 or 15864562. OLE color: 15864562.
HSL color Cylindrical-coordinate representation of color #F212F2: hue angle of 300º 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 #F212F2 is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 242 | - |
| CMYK | 0 | 0.93 | 0 | 0.05 |
| HSL | 300º | 0.9% | 0.51% | - |
| HSV(B) | 300º | 0.93% | 0.95% | - |
| XYZ | 52.86 | 25.72 | 86.18 | - |
| YUV | 110.51 | 202.21 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 242 | 0 | 0.93 | 0 | 0.05 | 300 | 0.9 | 0.51 |
| Hex | F2 | 12 | F2 | 0 | 5D | 0 | 5 | 12C | 5A | 33 |
| Octal | 362 | 22 | 362 | 0 | 135 | 0 | 5 | 454 | 132 | 63 |
| Binary | 11110010 | 10010 | 11110010 | 0 | 1011101 | 0 | 101 | 100101100 | 1011010 | 110011 |
Color Harmonies of #F212F2
Complementary color
Monochromatic Colors of #F212F2
Black with #F212F2
Text Example
Text Example
White with #F212F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F212F2; }
p { color: rgb(242,18,242); }
H1.HeaderClassName
{
color: #F212F2;
}
.AnyTagClassName
{
color: #F212F2;
}
</style>
background-color css
<style>
a { background-color: #F212F2; }
a { background-color: rgb(242,18,242); }
div.DivClassName
{
background-color: #F212F2;
}
.BgClassName
{
background-color: #F212F2;
}
</style>
border-color css
<style>
span { border-color: #F212F2; }
span { border-color: rgb(242,18,242); }
td.TdClassName
{
border-color: #F212F2;
}
.TagClassName
{
border-color: #F212F2;
}
</style>