Shades of Hot Magenta #F213D7
Tints of Hot Magenta #F213D7
RGB
CMYK
RGB Variations
Color information
#F213D7 (or 0xF213D7) is known color: Hot Magenta. HEX triplet: F2, 13 and D7. RGB value is (242,19,215). Sum of RGB (Red+Green+Blue) = 242+19+215=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 19 (7.81% from 255 or 3.99% from 476); Blue value is 215 (84.38% from 255 or 45.17% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F213D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F213D7 is #0DEC28. Grayscale: #6B6B6B. Windows color (decimal): -912425 or 14095346. OLE color: 14095346.
HSL color Cylindrical-coordinate representation of color #F213D7: hue angle of 307.26º 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 #F213D7 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 215 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.05 |
| HSL | 307.26º | 0.9% | 0.51% | - |
| HSV(B) | 307.26º | 0.92% | 0.95% | - |
| XYZ | 49.12 | 24.25 | 66.38 | - |
| YUV | 108.02 | 188.38 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 215 | 0 | 0.92 | 0.11 | 0.05 | 307.26 | 0.9 | 0.51 |
| Hex | F2 | 13 | D7 | 0 | 5C | B | 5 | 133 | 5A | 33 |
| Octal | 362 | 23 | 327 | 0 | 134 | 13 | 5 | 463 | 132 | 63 |
| Binary | 11110010 | 10011 | 11010111 | 0 | 1011100 | 1011 | 101 | 100110011 | 1011010 | 110011 |
Color Harmonies of #F213D7
Complementary color
Monochromatic Colors of #F213D7
Black with #F213D7
Text Example
Text Example
White with #F213D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F213D7; }
p { color: rgb(242,19,215); }
H1.HeaderClassName
{
color: #F213D7;
}
.AnyTagClassName
{
color: #F213D7;
}
</style>
background-color css
<style>
a { background-color: #F213D7; }
a { background-color: rgb(242,19,215); }
div.DivClassName
{
background-color: #F213D7;
}
.BgClassName
{
background-color: #F213D7;
}
</style>
border-color css
<style>
span { border-color: #F213D7; }
span { border-color: rgb(242,19,215); }
td.TdClassName
{
border-color: #F213D7;
}
.TagClassName
{
border-color: #F213D7;
}
</style>