Shades of Hot Magenta #F210D3
Tints of Hot Magenta #F210D3
RGB
CMYK
RGB Variations
Color information
#F210D3 (or 0xF210D3) is known color: Hot Magenta. HEX triplet: F2, 10 and D3. RGB value is (242,16,211). Sum of RGB (Red+Green+Blue) = 242+16+211=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 16 (6.64% from 255 or 3.41% from 469); Blue value is 211 (82.81% from 255 or 44.99% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F210D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F210D3 is #0DEF2C. Grayscale: #696969. Windows color (decimal): -913197 or 13832434. OLE color: 13832434.
HSL color Cylindrical-coordinate representation of color #F210D3: hue angle of 308.23º 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 #F210D3 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 211 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.05 |
| HSL | 308.23º | 0.9% | 0.51% | - |
| HSV(B) | 308.23º | 0.93% | 0.95% | - |
| XYZ | 48.56 | 23.95 | 63.69 | - |
| YUV | 105.8 | 187.37 | 225.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 211 | 0 | 0.93 | 0.13 | 0.05 | 308.23 | 0.9 | 0.51 |
| Hex | F2 | 10 | D3 | 0 | 5D | D | 5 | 134 | 5A | 33 |
| Octal | 362 | 20 | 323 | 0 | 135 | 15 | 5 | 464 | 132 | 63 |
| Binary | 11110010 | 10000 | 11010011 | 0 | 1011101 | 1101 | 101 | 100110100 | 1011010 | 110011 |
Color Harmonies of #F210D3
Complementary color
Monochromatic Colors of #F210D3
Black with #F210D3
Text Example
Text Example
White with #F210D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F210D3; }
p { color: rgb(242,16,211); }
H1.HeaderClassName
{
color: #F210D3;
}
.AnyTagClassName
{
color: #F210D3;
}
</style>
background-color css
<style>
a { background-color: #F210D3; }
a { background-color: rgb(242,16,211); }
div.DivClassName
{
background-color: #F210D3;
}
.BgClassName
{
background-color: #F210D3;
}
</style>
border-color css
<style>
span { border-color: #F210D3; }
span { border-color: rgb(242,16,211); }
td.TdClassName
{
border-color: #F210D3;
}
.TagClassName
{
border-color: #F210D3;
}
</style>