Shades of Hot Magenta #F212DE
Tints of Hot Magenta #F212DE
RGB
CMYK
RGB Variations
Color information
#F212DE (or 0xF212DE) is known color: Hot Magenta. HEX triplet: F2, 12 and DE. RGB value is (242,18,222). Sum of RGB (Red+Green+Blue) = 242+18+222=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 18 (7.42% from 255 or 3.73% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F212DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F212DE is #0DED21. Grayscale: #6B6B6B. Windows color (decimal): -912674 or 14553842. OLE color: 14553842.
HSL color Cylindrical-coordinate representation of color #F212DE: hue angle of 305.36º 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 #F212DE is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 222 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.05 |
| HSL | 305.36º | 0.9% | 0.51% | - |
| HSV(B) | 305.36º | 0.93% | 0.95% | - |
| XYZ | 50.02 | 24.58 | 71.22 | - |
| YUV | 108.23 | 192.21 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 222 | 0 | 0.93 | 0.08 | 0.05 | 305.36 | 0.9 | 0.51 |
| Hex | F2 | 12 | DE | 0 | 5D | 8 | 5 | 131 | 5A | 33 |
| Octal | 362 | 22 | 336 | 0 | 135 | 10 | 5 | 461 | 132 | 63 |
| Binary | 11110010 | 10010 | 11011110 | 0 | 1011101 | 1000 | 101 | 100110001 | 1011010 | 110011 |
Color Harmonies of #F212DE
Complementary color
Monochromatic Colors of #F212DE
Black with #F212DE
Text Example
Text Example
White with #F212DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F212DE; }
p { color: rgb(242,18,222); }
H1.HeaderClassName
{
color: #F212DE;
}
.AnyTagClassName
{
color: #F212DE;
}
</style>
background-color css
<style>
a { background-color: #F212DE; }
a { background-color: rgb(242,18,222); }
div.DivClassName
{
background-color: #F212DE;
}
.BgClassName
{
background-color: #F212DE;
}
</style>
border-color css
<style>
span { border-color: #F212DE; }
span { border-color: rgb(242,18,222); }
td.TdClassName
{
border-color: #F212DE;
}
.TagClassName
{
border-color: #F212DE;
}
</style>