Shades of Hot Magenta #F20DDF
Tints of Hot Magenta #F20DDF
RGB
CMYK
RGB Variations
Color information
#F20DDF (or 0xF20DDF) is known color: Hot Magenta. HEX triplet: F2, 0D and DF. RGB value is (242,13,223). Sum of RGB (Red+Green+Blue) = 242+13+223=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 13 (5.47% from 255 or 2.72% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F20DDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20DDF is #0DF220. Grayscale: #686868. Windows color (decimal): -913953 or 14618098. OLE color: 14618098.
HSL color Cylindrical-coordinate representation of color #F20DDF: hue angle of 304.98º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F20DDF is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 13 | 223 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.05 |
| HSL | 304.98º | 0.9% | 0.5% | - |
| HSV(B) | 304.98º | 0.95% | 0.95% | - |
| XYZ | 50.08 | 24.49 | 71.9 | - |
| YUV | 105.41 | 194.37 | 225.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 13 | 223 | 0 | 0.95 | 0.08 | 0.05 | 304.98 | 0.9 | 0.5 |
| Hex | F2 | D | DF | 0 | 5F | 8 | 5 | 131 | 5A | 32 |
| Octal | 362 | 15 | 337 | 0 | 137 | 10 | 5 | 461 | 132 | 62 |
| Binary | 11110010 | 1101 | 11011111 | 0 | 1011111 | 1000 | 101 | 100110001 | 1011010 | 110010 |
Color Harmonies of #F20DDF
Complementary color
Monochromatic Colors of #F20DDF
Black with #F20DDF
Text Example
Text Example
White with #F20DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20DDF; }
p { color: rgb(242,13,223); }
H1.HeaderClassName
{
color: #F20DDF;
}
.AnyTagClassName
{
color: #F20DDF;
}
</style>
background-color css
<style>
a { background-color: #F20DDF; }
a { background-color: rgb(242,13,223); }
div.DivClassName
{
background-color: #F20DDF;
}
.BgClassName
{
background-color: #F20DDF;
}
</style>
border-color css
<style>
span { border-color: #F20DDF; }
span { border-color: rgb(242,13,223); }
td.TdClassName
{
border-color: #F20DDF;
}
.TagClassName
{
border-color: #F20DDF;
}
</style>