Shades of Hot Magenta #F206DF
Tints of Hot Magenta #F206DF
RGB
CMYK
RGB Variations
Color information
#F206DF (or 0xF206DF) is known color: Hot Magenta. HEX triplet: F2, 06 and DF. RGB value is (242,6,223). Sum of RGB (Red+Green+Blue) = 242+6+223=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 6 (2.73% from 255 or 1.27% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F206DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F206DF is #0DF920. Grayscale: #646464. Windows color (decimal): -915745 or 14616306. OLE color: 14616306.
HSL color Cylindrical-coordinate representation of color #F206DF: hue angle of 304.83º 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 #F206DF is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 223 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.05 |
| HSL | 304.83º | 0.95% | 0.49% | - |
| HSV(B) | 304.83º | 0.98% | 0.95% | - |
| XYZ | 50 | 24.34 | 71.87 | - |
| YUV | 101.3 | 196.69 | 228.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 223 | 0 | 0.98 | 0.08 | 0.05 | 304.83 | 0.95 | 0.49 |
| Hex | F2 | 6 | DF | 0 | 62 | 8 | 5 | 131 | 5F | 31 |
| Octal | 362 | 6 | 337 | 0 | 142 | 10 | 5 | 461 | 137 | 61 |
| Binary | 11110010 | 110 | 11011111 | 0 | 1100010 | 1000 | 101 | 100110001 | 1011111 | 110001 |
Color Harmonies of #F206DF
Complementary color
Monochromatic Colors of #F206DF
Black with #F206DF
Text Example
Text Example
White with #F206DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F206DF; }
p { color: rgb(242,6,223); }
H1.HeaderClassName
{
color: #F206DF;
}
.AnyTagClassName
{
color: #F206DF;
}
</style>
background-color css
<style>
a { background-color: #F206DF; }
a { background-color: rgb(242,6,223); }
div.DivClassName
{
background-color: #F206DF;
}
.BgClassName
{
background-color: #F206DF;
}
</style>
border-color css
<style>
span { border-color: #F206DF; }
span { border-color: rgb(242,6,223); }
td.TdClassName
{
border-color: #F206DF;
}
.TagClassName
{
border-color: #F206DF;
}
</style>