Shades of Hot Magenta #F214DD
Tints of Hot Magenta #F214DD
RGB
CMYK
RGB Variations
Color information
#F214DD (or 0xF214DD) is known color: Hot Magenta. HEX triplet: F2, 14 and DD. RGB value is (242,20,221). Sum of RGB (Red+Green+Blue) = 242+20+221=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 20 (8.20% from 255 or 4.14% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F214DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F214DD is #0DEB22. Grayscale: #6C6C6C. Windows color (decimal): -912163 or 14488818. OLE color: 14488818.
HSL color Cylindrical-coordinate representation of color #F214DD: hue angle of 305.68º 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 #F214DD is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 221 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.05 |
| HSL | 305.68º | 0.9% | 0.51% | - |
| HSV(B) | 305.68º | 0.92% | 0.95% | - |
| XYZ | 49.92 | 24.6 | 70.52 | - |
| YUV | 109.29 | 191.05 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 221 | 0 | 0.92 | 0.09 | 0.05 | 305.68 | 0.9 | 0.51 |
| Hex | F2 | 14 | DD | 0 | 5C | 9 | 5 | 132 | 5A | 33 |
| Octal | 362 | 24 | 335 | 0 | 134 | 11 | 5 | 462 | 132 | 63 |
| Binary | 11110010 | 10100 | 11011101 | 0 | 1011100 | 1001 | 101 | 100110010 | 1011010 | 110011 |
Color Harmonies of #F214DD
Complementary color
Monochromatic Colors of #F214DD
Black with #F214DD
Text Example
Text Example
White with #F214DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F214DD; }
p { color: rgb(242,20,221); }
H1.HeaderClassName
{
color: #F214DD;
}
.AnyTagClassName
{
color: #F214DD;
}
</style>
background-color css
<style>
a { background-color: #F214DD; }
a { background-color: rgb(242,20,221); }
div.DivClassName
{
background-color: #F214DD;
}
.BgClassName
{
background-color: #F214DD;
}
</style>
border-color css
<style>
span { border-color: #F214DD; }
span { border-color: rgb(242,20,221); }
td.TdClassName
{
border-color: #F214DD;
}
.TagClassName
{
border-color: #F214DD;
}
</style>