Shades of Hot Magenta #F206D4
Tints of Hot Magenta #F206D4
RGB
CMYK
RGB Variations
Color information
#F206D4 (or 0xF206D4) is known color: Hot Magenta. HEX triplet: F2, 06 and D4. RGB value is (242,6,212). Sum of RGB (Red+Green+Blue) = 242+6+212=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 6 (2.73% from 255 or 1.30% from 460); Blue value is 212 (83.20% from 255 or 46.09% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F206D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F206D4 is #0DF92B. Grayscale: #636363. Windows color (decimal): -915756 or 13895410. OLE color: 13895410.
HSL color Cylindrical-coordinate representation of color #F206D4: hue angle of 307.63º 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 #F206D4 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 212 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.05 |
| HSL | 307.63º | 0.95% | 0.49% | - |
| HSV(B) | 307.63º | 0.98% | 0.95% | - |
| XYZ | 48.57 | 23.76 | 64.31 | - |
| YUV | 100.05 | 191.19 | 229.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 212 | 0 | 0.98 | 0.12 | 0.05 | 307.63 | 0.95 | 0.49 |
| Hex | F2 | 6 | D4 | 0 | 62 | C | 5 | 134 | 5F | 31 |
| Octal | 362 | 6 | 324 | 0 | 142 | 14 | 5 | 464 | 137 | 61 |
| Binary | 11110010 | 110 | 11010100 | 0 | 1100010 | 1100 | 101 | 100110100 | 1011111 | 110001 |
Color Harmonies of #F206D4
Complementary color
Monochromatic Colors of #F206D4
Black with #F206D4
Text Example
Text Example
White with #F206D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F206D4; }
p { color: rgb(242,6,212); }
H1.HeaderClassName
{
color: #F206D4;
}
.AnyTagClassName
{
color: #F206D4;
}
</style>
background-color css
<style>
a { background-color: #F206D4; }
a { background-color: rgb(242,6,212); }
div.DivClassName
{
background-color: #F206D4;
}
.BgClassName
{
background-color: #F206D4;
}
</style>
border-color css
<style>
span { border-color: #F206D4; }
span { border-color: rgb(242,6,212); }
td.TdClassName
{
border-color: #F206D4;
}
.TagClassName
{
border-color: #F206D4;
}
</style>