Shades of Hot Magenta #F206D9
Tints of Hot Magenta #F206D9
RGB
CMYK
RGB Variations
Color information
#F206D9 (or 0xF206D9) is known color: Hot Magenta. HEX triplet: F2, 06 and D9. RGB value is (242,6,217). Sum of RGB (Red+Green+Blue) = 242+6+217=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 6 (2.73% from 255 or 1.29% from 465); Blue value is 217 (85.16% from 255 or 46.67% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F206D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F206D9 is #0DF926. Grayscale: #646464. Windows color (decimal): -915751 or 14223090. OLE color: 14223090.
HSL color Cylindrical-coordinate representation of color #F206D9: hue angle of 306.36º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F206D9 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 217 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.05 |
| HSL | 306.36º | 0.95% | 0.49% | - |
| HSV(B) | 306.36º | 0.98% | 0.95% | - |
| XYZ | 49.21 | 24.02 | 67.69 | - |
| YUV | 100.62 | 193.69 | 228.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 217 | 0 | 0.98 | 0.10 | 0.05 | 306.36 | 0.95 | 0.49 |
| Hex | F2 | 6 | D9 | 0 | 62 | A | 5 | 132 | 5F | 31 |
| Octal | 362 | 6 | 331 | 0 | 142 | 12 | 5 | 462 | 137 | 61 |
| Binary | 11110010 | 110 | 11011001 | 0 | 1100010 | 1010 | 101 | 100110010 | 1011111 | 110001 |
Color Harmonies of #F206D9
Complementary color
Monochromatic Colors of #F206D9
Black with #F206D9
Text Example
Text Example
White with #F206D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F206D9; }
p { color: rgb(242,6,217); }
H1.HeaderClassName
{
color: #F206D9;
}
.AnyTagClassName
{
color: #F206D9;
}
</style>
background-color css
<style>
a { background-color: #F206D9; }
a { background-color: rgb(242,6,217); }
div.DivClassName
{
background-color: #F206D9;
}
.BgClassName
{
background-color: #F206D9;
}
</style>
border-color css
<style>
span { border-color: #F206D9; }
span { border-color: rgb(242,6,217); }
td.TdClassName
{
border-color: #F206D9;
}
.TagClassName
{
border-color: #F206D9;
}
</style>