Shades of Hot Magenta #F213DD
Tints of Hot Magenta #F213DD
RGB
CMYK
RGB Variations
Color information
#F213DD (or 0xF213DD) is known color: Hot Magenta. HEX triplet: F2, 13 and DD. RGB value is (242,19,221). Sum of RGB (Red+Green+Blue) = 242+19+221=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 19 (7.81% from 255 or 3.94% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F213DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F213DD is #0DEC22. Grayscale: #6C6C6C. Windows color (decimal): -912419 or 14488562. OLE color: 14488562.
HSL color Cylindrical-coordinate representation of color #F213DD: hue angle of 305.65º 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 #F213DD is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 221 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.05 |
| HSL | 305.65º | 0.9% | 0.51% | - |
| HSV(B) | 305.65º | 0.92% | 0.95% | - |
| XYZ | 49.9 | 24.56 | 70.52 | - |
| YUV | 108.71 | 191.38 | 223.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 221 | 0 | 0.92 | 0.09 | 0.05 | 305.65 | 0.9 | 0.51 |
| Hex | F2 | 13 | DD | 0 | 5C | 9 | 5 | 132 | 5A | 33 |
| Octal | 362 | 23 | 335 | 0 | 134 | 11 | 5 | 462 | 132 | 63 |
| Binary | 11110010 | 10011 | 11011101 | 0 | 1011100 | 1001 | 101 | 100110010 | 1011010 | 110011 |
Color Harmonies of #F213DD
Complementary color
Monochromatic Colors of #F213DD
Black with #F213DD
Text Example
Text Example
White with #F213DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F213DD; }
p { color: rgb(242,19,221); }
H1.HeaderClassName
{
color: #F213DD;
}
.AnyTagClassName
{
color: #F213DD;
}
</style>
background-color css
<style>
a { background-color: #F213DD; }
a { background-color: rgb(242,19,221); }
div.DivClassName
{
background-color: #F213DD;
}
.BgClassName
{
background-color: #F213DD;
}
</style>
border-color css
<style>
span { border-color: #F213DD; }
span { border-color: rgb(242,19,221); }
td.TdClassName
{
border-color: #F213DD;
}
.TagClassName
{
border-color: #F213DD;
}
</style>