Shades of Hot Magenta #F209DF
Tints of Hot Magenta #F209DF
RGB
CMYK
RGB Variations
Color information
#F209DF (or 0xF209DF) is known color: Hot Magenta. HEX triplet: F2, 09 and DF. RGB value is (242,9,223). Sum of RGB (Red+Green+Blue) = 242+9+223=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 9 (3.91% from 255 or 1.90% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F209DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F209DF is #0DF620. Grayscale: #666666. Windows color (decimal): -914977 or 14617074. OLE color: 14617074.
HSL color Cylindrical-coordinate representation of color #F209DF: hue angle of 304.89º 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 #F209DF is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 9 | 223 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.05 |
| HSL | 304.89º | 0.93% | 0.49% | - |
| HSV(B) | 304.89º | 0.96% | 0.95% | - |
| XYZ | 50.03 | 24.4 | 71.88 | - |
| YUV | 103.06 | 195.69 | 227.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 9 | 223 | 0 | 0.96 | 0.08 | 0.05 | 304.89 | 0.93 | 0.49 |
| Hex | F2 | 9 | DF | 0 | 60 | 8 | 5 | 131 | 5D | 31 |
| Octal | 362 | 11 | 337 | 0 | 140 | 10 | 5 | 461 | 135 | 61 |
| Binary | 11110010 | 1001 | 11011111 | 0 | 1100000 | 1000 | 101 | 100110001 | 1011101 | 110001 |
Color Harmonies of #F209DF
Complementary color
Monochromatic Colors of #F209DF
Black with #F209DF
Text Example
Text Example
White with #F209DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F209DF; }
p { color: rgb(242,9,223); }
H1.HeaderClassName
{
color: #F209DF;
}
.AnyTagClassName
{
color: #F209DF;
}
</style>
background-color css
<style>
a { background-color: #F209DF; }
a { background-color: rgb(242,9,223); }
div.DivClassName
{
background-color: #F209DF;
}
.BgClassName
{
background-color: #F209DF;
}
</style>
border-color css
<style>
span { border-color: #F209DF; }
span { border-color: rgb(242,9,223); }
td.TdClassName
{
border-color: #F209DF;
}
.TagClassName
{
border-color: #F209DF;
}
</style>