Shades of Hot Magenta #F209E3
Tints of Hot Magenta #F209E3
RGB
CMYK
RGB Variations
Color information
#F209E3 (or 0xF209E3) is known color: Hot Magenta. HEX triplet: F2, 09 and E3. RGB value is (242,9,227). Sum of RGB (Red+Green+Blue) = 242+9+227=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 9 (3.91% from 255 or 1.88% from 478); Blue value is 227 (89.06% from 255 or 47.49% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F209E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F209E3 is #0DF61C. Grayscale: #666666. Windows color (decimal): -914973 or 14879218. OLE color: 14879218.
HSL color Cylindrical-coordinate representation of color #F209E3: hue angle of 303.86º 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 #F209E3 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 9 | 227 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.05 |
| HSL | 303.86º | 0.93% | 0.49% | - |
| HSV(B) | 303.86º | 0.96% | 0.95% | - |
| XYZ | 50.58 | 24.62 | 74.76 | - |
| YUV | 103.52 | 197.69 | 226.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 9 | 227 | 0 | 0.96 | 0.06 | 0.05 | 303.86 | 0.93 | 0.49 |
| Hex | F2 | 9 | E3 | 0 | 60 | 6 | 5 | 130 | 5D | 31 |
| Octal | 362 | 11 | 343 | 0 | 140 | 6 | 5 | 460 | 135 | 61 |
| Binary | 11110010 | 1001 | 11100011 | 0 | 1100000 | 110 | 101 | 100110000 | 1011101 | 110001 |
Color Harmonies of #F209E3
Complementary color
Monochromatic Colors of #F209E3
Black with #F209E3
Text Example
Text Example
White with #F209E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F209E3; }
p { color: rgb(242,9,227); }
H1.HeaderClassName
{
color: #F209E3;
}
.AnyTagClassName
{
color: #F209E3;
}
</style>
background-color css
<style>
a { background-color: #F209E3; }
a { background-color: rgb(242,9,227); }
div.DivClassName
{
background-color: #F209E3;
}
.BgClassName
{
background-color: #F209E3;
}
</style>
border-color css
<style>
span { border-color: #F209E3; }
span { border-color: rgb(242,9,227); }
td.TdClassName
{
border-color: #F209E3;
}
.TagClassName
{
border-color: #F209E3;
}
</style>