Shades of Hot Magenta #F210DA
Tints of Hot Magenta #F210DA
RGB
CMYK
RGB Variations
Color information
#F210DA (or 0xF210DA) is known color: Hot Magenta. HEX triplet: F2, 10 and DA. RGB value is (242,16,218). Sum of RGB (Red+Green+Blue) = 242+16+218=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 16 (6.64% from 255 or 3.36% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F210DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F210DA is #0DEF25. Grayscale: #6A6A6A. Windows color (decimal): -913190 or 14291186. OLE color: 14291186.
HSL color Cylindrical-coordinate representation of color #F210DA: hue angle of 306.37º 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 #F210DA is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 218 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.05 |
| HSL | 306.37º | 0.9% | 0.51% | - |
| HSV(B) | 306.37º | 0.93% | 0.95% | - |
| XYZ | 49.46 | 24.31 | 68.42 | - |
| YUV | 106.6 | 190.87 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 218 | 0 | 0.93 | 0.10 | 0.05 | 306.37 | 0.9 | 0.51 |
| Hex | F2 | 10 | DA | 0 | 5D | A | 5 | 132 | 5A | 33 |
| Octal | 362 | 20 | 332 | 0 | 135 | 12 | 5 | 462 | 132 | 63 |
| Binary | 11110010 | 10000 | 11011010 | 0 | 1011101 | 1010 | 101 | 100110010 | 1011010 | 110011 |
Color Harmonies of #F210DA
Complementary color
Monochromatic Colors of #F210DA
Black with #F210DA
Text Example
Text Example
White with #F210DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F210DA; }
p { color: rgb(242,16,218); }
H1.HeaderClassName
{
color: #F210DA;
}
.AnyTagClassName
{
color: #F210DA;
}
</style>
background-color css
<style>
a { background-color: #F210DA; }
a { background-color: rgb(242,16,218); }
div.DivClassName
{
background-color: #F210DA;
}
.BgClassName
{
background-color: #F210DA;
}
</style>
border-color css
<style>
span { border-color: #F210DA; }
span { border-color: rgb(242,16,218); }
td.TdClassName
{
border-color: #F210DA;
}
.TagClassName
{
border-color: #F210DA;
}
</style>