Shades of Hot Magenta #F212DC
Tints of Hot Magenta #F212DC
RGB
CMYK
RGB Variations
Color information
#F212DC (or 0xF212DC) is known color: Hot Magenta. HEX triplet: F2, 12 and DC. RGB value is (242,18,220). Sum of RGB (Red+Green+Blue) = 242+18+220=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 18 (7.42% from 255 or 3.75% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F212DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F212DC is #0DED23. Grayscale: #6B6B6B. Windows color (decimal): -912676 or 14422770. OLE color: 14422770.
HSL color Cylindrical-coordinate representation of color #F212DC: hue angle of 305.89º 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 #F212DC is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 220 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.05 |
| HSL | 305.89º | 0.9% | 0.51% | - |
| HSV(B) | 305.89º | 0.93% | 0.95% | - |
| XYZ | 49.75 | 24.48 | 69.81 | - |
| YUV | 108 | 191.21 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 220 | 0 | 0.93 | 0.09 | 0.05 | 305.89 | 0.9 | 0.51 |
| Hex | F2 | 12 | DC | 0 | 5D | 9 | 5 | 132 | 5A | 33 |
| Octal | 362 | 22 | 334 | 0 | 135 | 11 | 5 | 462 | 132 | 63 |
| Binary | 11110010 | 10010 | 11011100 | 0 | 1011101 | 1001 | 101 | 100110010 | 1011010 | 110011 |
Color Harmonies of #F212DC
Complementary color
Monochromatic Colors of #F212DC
Black with #F212DC
Text Example
Text Example
White with #F212DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F212DC; }
p { color: rgb(242,18,220); }
H1.HeaderClassName
{
color: #F212DC;
}
.AnyTagClassName
{
color: #F212DC;
}
</style>
background-color css
<style>
a { background-color: #F212DC; }
a { background-color: rgb(242,18,220); }
div.DivClassName
{
background-color: #F212DC;
}
.BgClassName
{
background-color: #F212DC;
}
</style>
border-color css
<style>
span { border-color: #F212DC; }
span { border-color: rgb(242,18,220); }
td.TdClassName
{
border-color: #F212DC;
}
.TagClassName
{
border-color: #F212DC;
}
</style>