Shades of Hot Magenta #F212DF
Tints of Hot Magenta #F212DF
RGB
CMYK
RGB Variations
Color information
#F212DF (or 0xF212DF) is known color: Hot Magenta. HEX triplet: F2, 12 and DF. RGB value is (242,18,223). Sum of RGB (Red+Green+Blue) = 242+18+223=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 18 (7.42% from 255 or 3.73% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F212DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F212DF is #0DED20. Grayscale: #6B6B6B. Windows color (decimal): -912673 or 14619378. OLE color: 14619378.
HSL color Cylindrical-coordinate representation of color #F212DF: hue angle of 305.09º 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 #F212DF is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 223 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.05 |
| HSL | 305.09º | 0.9% | 0.51% | - |
| HSV(B) | 305.09º | 0.93% | 0.95% | - |
| XYZ | 50.15 | 24.64 | 71.92 | - |
| YUV | 108.35 | 192.71 | 223.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 223 | 0 | 0.93 | 0.08 | 0.05 | 305.09 | 0.9 | 0.51 |
| Hex | F2 | 12 | DF | 0 | 5D | 8 | 5 | 131 | 5A | 33 |
| Octal | 362 | 22 | 337 | 0 | 135 | 10 | 5 | 461 | 132 | 63 |
| Binary | 11110010 | 10010 | 11011111 | 0 | 1011101 | 1000 | 101 | 100110001 | 1011010 | 110011 |
Color Harmonies of #F212DF
Complementary color
Monochromatic Colors of #F212DF
Black with #F212DF
Text Example
Text Example
White with #F212DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F212DF; }
p { color: rgb(242,18,223); }
H1.HeaderClassName
{
color: #F212DF;
}
.AnyTagClassName
{
color: #F212DF;
}
</style>
background-color css
<style>
a { background-color: #F212DF; }
a { background-color: rgb(242,18,223); }
div.DivClassName
{
background-color: #F212DF;
}
.BgClassName
{
background-color: #F212DF;
}
</style>
border-color css
<style>
span { border-color: #F212DF; }
span { border-color: rgb(242,18,223); }
td.TdClassName
{
border-color: #F212DF;
}
.TagClassName
{
border-color: #F212DF;
}
</style>