Shades of Hot Magenta #F209DC
Tints of Hot Magenta #F209DC
RGB
CMYK
RGB Variations
Color information
#F209DC (or 0xF209DC) is known color: Hot Magenta. HEX triplet: F2, 09 and DC. RGB value is (242,9,220). Sum of RGB (Red+Green+Blue) = 242+9+220=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 9 (3.91% from 255 or 1.91% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F209DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F209DC is #0DF623. Grayscale: #666666. Windows color (decimal): -914980 or 14420466. OLE color: 14420466.
HSL color Cylindrical-coordinate representation of color #F209DC: hue angle of 305.67º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F209DC is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 9 | 220 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.05 |
| HSL | 305.67º | 0.93% | 0.49% | - |
| HSV(B) | 305.67º | 0.96% | 0.95% | - |
| XYZ | 49.63 | 24.24 | 69.77 | - |
| YUV | 102.72 | 194.19 | 227.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 9 | 220 | 0 | 0.96 | 0.09 | 0.05 | 305.67 | 0.93 | 0.49 |
| Hex | F2 | 9 | DC | 0 | 60 | 9 | 5 | 132 | 5D | 31 |
| Octal | 362 | 11 | 334 | 0 | 140 | 11 | 5 | 462 | 135 | 61 |
| Binary | 11110010 | 1001 | 11011100 | 0 | 1100000 | 1001 | 101 | 100110010 | 1011101 | 110001 |
Color Harmonies of #F209DC
Complementary color
Monochromatic Colors of #F209DC
Black with #F209DC
Text Example
Text Example
White with #F209DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F209DC; }
p { color: rgb(242,9,220); }
H1.HeaderClassName
{
color: #F209DC;
}
.AnyTagClassName
{
color: #F209DC;
}
</style>
background-color css
<style>
a { background-color: #F209DC; }
a { background-color: rgb(242,9,220); }
div.DivClassName
{
background-color: #F209DC;
}
.BgClassName
{
background-color: #F209DC;
}
</style>
border-color css
<style>
span { border-color: #F209DC; }
span { border-color: rgb(242,9,220); }
td.TdClassName
{
border-color: #F209DC;
}
.TagClassName
{
border-color: #F209DC;
}
</style>