Shades of Hot Magenta #F209DD
Tints of Hot Magenta #F209DD
RGB
CMYK
RGB Variations
Color information
#F209DD (or 0xF209DD) is known color: Hot Magenta. HEX triplet: F2, 09 and DD. RGB value is (242,9,221). Sum of RGB (Red+Green+Blue) = 242+9+221=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 9 (3.91% from 255 or 1.91% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F209DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F209DD is #0DF622. Grayscale: #666666. Windows color (decimal): -914979 or 14486002. OLE color: 14486002.
HSL color Cylindrical-coordinate representation of color #F209DD: hue angle of 305.41º 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 #F209DD is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 9 | 221 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.05 |
| HSL | 305.41º | 0.93% | 0.49% | - |
| HSV(B) | 305.41º | 0.96% | 0.95% | - |
| XYZ | 49.77 | 24.29 | 70.47 | - |
| YUV | 102.84 | 194.69 | 227.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 9 | 221 | 0 | 0.96 | 0.09 | 0.05 | 305.41 | 0.93 | 0.49 |
| Hex | F2 | 9 | DD | 0 | 60 | 9 | 5 | 131 | 5D | 31 |
| Octal | 362 | 11 | 335 | 0 | 140 | 11 | 5 | 461 | 135 | 61 |
| Binary | 11110010 | 1001 | 11011101 | 0 | 1100000 | 1001 | 101 | 100110001 | 1011101 | 110001 |
Color Harmonies of #F209DD
Complementary color
Monochromatic Colors of #F209DD
Black with #F209DD
Text Example
Text Example
White with #F209DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F209DD; }
p { color: rgb(242,9,221); }
H1.HeaderClassName
{
color: #F209DD;
}
.AnyTagClassName
{
color: #F209DD;
}
</style>
background-color css
<style>
a { background-color: #F209DD; }
a { background-color: rgb(242,9,221); }
div.DivClassName
{
background-color: #F209DD;
}
.BgClassName
{
background-color: #F209DD;
}
</style>
border-color css
<style>
span { border-color: #F209DD; }
span { border-color: rgb(242,9,221); }
td.TdClassName
{
border-color: #F209DD;
}
.TagClassName
{
border-color: #F209DD;
}
</style>