Shades of Hot Magenta #F218DF
Tints of Hot Magenta #F218DF
RGB
CMYK
RGB Variations
Color information
#F218DF (or 0xF218DF) is known color: Hot Magenta. HEX triplet: F2, 18 and DF. RGB value is (242,24,223). Sum of RGB (Red+Green+Blue) = 242+24+223=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 24 (9.77% from 255 or 4.91% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F218DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F218DF is #0DE720. Grayscale: #6F6F6F. Windows color (decimal): -911137 or 14620914. OLE color: 14620914.
HSL color Cylindrical-coordinate representation of color #F218DF: hue angle of 305.23º 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 #F218DF is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 223 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.05 |
| HSL | 305.23º | 0.89% | 0.52% | - |
| HSV(B) | 305.23º | 0.9% | 0.95% | - |
| XYZ | 50.26 | 24.86 | 71.96 | - |
| YUV | 111.87 | 190.72 | 220.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 223 | 0 | 0.90 | 0.08 | 0.05 | 305.23 | 0.89 | 0.52 |
| Hex | F2 | 18 | DF | 0 | 5A | 8 | 5 | 131 | 59 | 34 |
| Octal | 362 | 30 | 337 | 0 | 132 | 10 | 5 | 461 | 131 | 64 |
| Binary | 11110010 | 11000 | 11011111 | 0 | 1011010 | 1000 | 101 | 100110001 | 1011001 | 110100 |
Color Harmonies of #F218DF
Complementary color
Monochromatic Colors of #F218DF
Black with #F218DF
Text Example
Text Example
White with #F218DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F218DF; }
p { color: rgb(242,24,223); }
H1.HeaderClassName
{
color: #F218DF;
}
.AnyTagClassName
{
color: #F218DF;
}
</style>
background-color css
<style>
a { background-color: #F218DF; }
a { background-color: rgb(242,24,223); }
div.DivClassName
{
background-color: #F218DF;
}
.BgClassName
{
background-color: #F218DF;
}
</style>
border-color css
<style>
span { border-color: #F218DF; }
span { border-color: rgb(242,24,223); }
td.TdClassName
{
border-color: #F218DF;
}
.TagClassName
{
border-color: #F218DF;
}
</style>