Shades of Hot Magenta #F606DF
Tints of Hot Magenta #F606DF
RGB
CMYK
RGB Variations
Color information
#F606DF (or 0xF606DF) is known color: Hot Magenta. HEX triplet: F6, 06 and DF. RGB value is (246,6,223). Sum of RGB (Red+Green+Blue) = 246+6+223=475 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.79% from 475); Green value is 6 (2.73% from 255 or 1.26% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 246 - color contains mainly: red. Hex color #F606DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F606DF is #09F920. Grayscale: #656565. Windows color (decimal): -653601 or 14616310. OLE color: 14616310.
HSL color Cylindrical-coordinate representation of color #F606DF: hue angle of 305.75º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F606DF is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 6 | 223 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.04 |
| HSL | 305.75º | 0.95% | 0.49% | - |
| HSV(B) | 305.75º | 0.98% | 0.96% | - |
| XYZ | 51.39 | 25.05 | 71.94 | - |
| YUV | 102.5 | 196.01 | 230.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 6 | 223 | 0 | 0.98 | 0.09 | 0.04 | 305.75 | 0.95 | 0.49 |
| Hex | F6 | 6 | DF | 0 | 62 | 9 | 4 | 132 | 5F | 31 |
| Octal | 366 | 6 | 337 | 0 | 142 | 11 | 4 | 462 | 137 | 61 |
| Binary | 11110110 | 110 | 11011111 | 0 | 1100010 | 1001 | 100 | 100110010 | 1011111 | 110001 |
Color Harmonies of #F606DF
Complementary color
Monochromatic Colors of #F606DF
Black with #F606DF
Text Example
Text Example
White with #F606DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F606DF; }
p { color: rgb(246,6,223); }
H1.HeaderClassName
{
color: #F606DF;
}
.AnyTagClassName
{
color: #F606DF;
}
</style>
background-color css
<style>
a { background-color: #F606DF; }
a { background-color: rgb(246,6,223); }
div.DivClassName
{
background-color: #F606DF;
}
.BgClassName
{
background-color: #F606DF;
}
</style>
border-color css
<style>
span { border-color: #F606DF; }
span { border-color: rgb(246,6,223); }
td.TdClassName
{
border-color: #F606DF;
}
.TagClassName
{
border-color: #F606DF;
}
</style>