Shades of Hot Magenta #F218DD
Tints of Hot Magenta #F218DD
RGB
CMYK
RGB Variations
Color information
#F218DD (or 0xF218DD) is known color: Hot Magenta. HEX triplet: F2, 18 and DD. RGB value is (242,24,221). Sum of RGB (Red+Green+Blue) = 242+24+221=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 24 (9.77% from 255 or 4.93% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F218DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F218DD is #0DE722. Grayscale: #6F6F6F. Windows color (decimal): -911139 or 14489842. OLE color: 14489842.
HSL color Cylindrical-coordinate representation of color #F218DD: hue angle of 305.78º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F218DD is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 221 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.05 |
| HSL | 305.78º | 0.89% | 0.52% | - |
| HSV(B) | 305.78º | 0.9% | 0.95% | - |
| XYZ | 50 | 24.75 | 70.55 | - |
| YUV | 111.64 | 189.72 | 220.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 221 | 0 | 0.90 | 0.09 | 0.05 | 305.78 | 0.89 | 0.52 |
| Hex | F2 | 18 | DD | 0 | 5A | 9 | 5 | 132 | 59 | 34 |
| Octal | 362 | 30 | 335 | 0 | 132 | 11 | 5 | 462 | 131 | 64 |
| Binary | 11110010 | 11000 | 11011101 | 0 | 1011010 | 1001 | 101 | 100110010 | 1011001 | 110100 |
Color Harmonies of #F218DD
Complementary color
Monochromatic Colors of #F218DD
Black with #F218DD
Text Example
Text Example
White with #F218DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F218DD; }
p { color: rgb(242,24,221); }
H1.HeaderClassName
{
color: #F218DD;
}
.AnyTagClassName
{
color: #F218DD;
}
</style>
background-color css
<style>
a { background-color: #F218DD; }
a { background-color: rgb(242,24,221); }
div.DivClassName
{
background-color: #F218DD;
}
.BgClassName
{
background-color: #F218DD;
}
</style>
border-color css
<style>
span { border-color: #F218DD; }
span { border-color: rgb(242,24,221); }
td.TdClassName
{
border-color: #F218DD;
}
.TagClassName
{
border-color: #F218DD;
}
</style>