Shades of Hot Magenta #F213D8
Tints of Hot Magenta #F213D8
RGB
CMYK
RGB Variations
Color information
#F213D8 (or 0xF213D8) is known color: Hot Magenta. HEX triplet: F2, 13 and D8. RGB value is (242,19,216). Sum of RGB (Red+Green+Blue) = 242+19+216=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 19 (7.81% from 255 or 3.98% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F213D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F213D8 is #0DEC27. Grayscale: #6B6B6B. Windows color (decimal): -912424 or 14160882. OLE color: 14160882.
HSL color Cylindrical-coordinate representation of color #F213D8: hue angle of 307º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F213D8 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 216 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.05 |
| HSL | 307º | 0.9% | 0.51% | - |
| HSV(B) | 307º | 0.92% | 0.95% | - |
| XYZ | 49.25 | 24.3 | 67.06 | - |
| YUV | 108.14 | 188.88 | 223.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 216 | 0 | 0.92 | 0.11 | 0.05 | 307 | 0.9 | 0.51 |
| Hex | F2 | 13 | D8 | 0 | 5C | B | 5 | 133 | 5A | 33 |
| Octal | 362 | 23 | 330 | 0 | 134 | 13 | 5 | 463 | 132 | 63 |
| Binary | 11110010 | 10011 | 11011000 | 0 | 1011100 | 1011 | 101 | 100110011 | 1011010 | 110011 |
Color Harmonies of #F213D8
Complementary color
Monochromatic Colors of #F213D8
Black with #F213D8
Text Example
Text Example
White with #F213D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F213D8; }
p { color: rgb(242,19,216); }
H1.HeaderClassName
{
color: #F213D8;
}
.AnyTagClassName
{
color: #F213D8;
}
</style>
background-color css
<style>
a { background-color: #F213D8; }
a { background-color: rgb(242,19,216); }
div.DivClassName
{
background-color: #F213D8;
}
.BgClassName
{
background-color: #F213D8;
}
</style>
border-color css
<style>
span { border-color: #F213D8; }
span { border-color: rgb(242,19,216); }
td.TdClassName
{
border-color: #F213D8;
}
.TagClassName
{
border-color: #F213D8;
}
</style>