Shades of Hot Magenta #F20DDD
Tints of Hot Magenta #F20DDD
RGB
CMYK
RGB Variations
Color information
#F20DDD (or 0xF20DDD) is known color: Hot Magenta. HEX triplet: F2, 0D and DD. RGB value is (242,13,221). Sum of RGB (Red+Green+Blue) = 242+13+221=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 13 (5.47% from 255 or 2.73% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F20DDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20DDD is #0DF222. Grayscale: #686868. Windows color (decimal): -913955 or 14487026. OLE color: 14487026.
HSL color Cylindrical-coordinate representation of color #F20DDD: hue angle of 305.5º 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 #F20DDD is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 13 | 221 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.05 |
| HSL | 305.5º | 0.9% | 0.5% | - |
| HSV(B) | 305.5º | 0.95% | 0.95% | - |
| XYZ | 49.81 | 24.39 | 70.49 | - |
| YUV | 105.18 | 193.37 | 225.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 13 | 221 | 0 | 0.95 | 0.09 | 0.05 | 305.5 | 0.9 | 0.5 |
| Hex | F2 | D | DD | 0 | 5F | 9 | 5 | 132 | 5A | 32 |
| Octal | 362 | 15 | 335 | 0 | 137 | 11 | 5 | 462 | 132 | 62 |
| Binary | 11110010 | 1101 | 11011101 | 0 | 1011111 | 1001 | 101 | 100110010 | 1011010 | 110010 |
Color Harmonies of #F20DDD
Complementary color
Monochromatic Colors of #F20DDD
Black with #F20DDD
Text Example
Text Example
White with #F20DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20DDD; }
p { color: rgb(242,13,221); }
H1.HeaderClassName
{
color: #F20DDD;
}
.AnyTagClassName
{
color: #F20DDD;
}
</style>
background-color css
<style>
a { background-color: #F20DDD; }
a { background-color: rgb(242,13,221); }
div.DivClassName
{
background-color: #F20DDD;
}
.BgClassName
{
background-color: #F20DDD;
}
</style>
border-color css
<style>
span { border-color: #F20DDD; }
span { border-color: rgb(242,13,221); }
td.TdClassName
{
border-color: #F20DDD;
}
.TagClassName
{
border-color: #F20DDD;
}
</style>