Shades of Hot Magenta #F210DF
Tints of Hot Magenta #F210DF
RGB
CMYK
RGB Variations
Color information
#F210DF (or 0xF210DF) is known color: Hot Magenta. HEX triplet: F2, 10 and DF. RGB value is (242,16,223). Sum of RGB (Red+Green+Blue) = 242+16+223=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 16 (6.64% from 255 or 3.33% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F210DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F210DF is #0DEF20. Grayscale: #6A6A6A. Windows color (decimal): -913185 or 14618866. OLE color: 14618866.
HSL color Cylindrical-coordinate representation of color #F210DF: hue angle of 305.04º 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 #F210DF is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 223 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.05 |
| HSL | 305.04º | 0.9% | 0.51% | - |
| HSV(B) | 305.04º | 0.93% | 0.95% | - |
| XYZ | 50.12 | 24.58 | 71.91 | - |
| YUV | 107.17 | 193.37 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 223 | 0 | 0.93 | 0.08 | 0.05 | 305.04 | 0.9 | 0.51 |
| Hex | F2 | 10 | DF | 0 | 5D | 8 | 5 | 131 | 5A | 33 |
| Octal | 362 | 20 | 337 | 0 | 135 | 10 | 5 | 461 | 132 | 63 |
| Binary | 11110010 | 10000 | 11011111 | 0 | 1011101 | 1000 | 101 | 100110001 | 1011010 | 110011 |
Color Harmonies of #F210DF
Complementary color
Monochromatic Colors of #F210DF
Black with #F210DF
Text Example
Text Example
White with #F210DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F210DF; }
p { color: rgb(242,16,223); }
H1.HeaderClassName
{
color: #F210DF;
}
.AnyTagClassName
{
color: #F210DF;
}
</style>
background-color css
<style>
a { background-color: #F210DF; }
a { background-color: rgb(242,16,223); }
div.DivClassName
{
background-color: #F210DF;
}
.BgClassName
{
background-color: #F210DF;
}
</style>
border-color css
<style>
span { border-color: #F210DF; }
span { border-color: rgb(242,16,223); }
td.TdClassName
{
border-color: #F210DF;
}
.TagClassName
{
border-color: #F210DF;
}
</style>