Shades of Hot Magenta #F60BDF
Tints of Hot Magenta #F60BDF
RGB
CMYK
RGB Variations
Color information
#F60BDF (or 0xF60BDF) is known color: Hot Magenta. HEX triplet: F6, 0B and DF. RGB value is (246,11,223). Sum of RGB (Red+Green+Blue) = 246+11+223=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 11 (4.69% from 255 or 2.29% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F60BDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60BDF is #09F420. Grayscale: #686868. Windows color (decimal): -652321 or 14617590. OLE color: 14617590.
HSL color Cylindrical-coordinate representation of color #F60BDF: hue angle of 305.87º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F60BDF is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 11 | 223 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.04 |
| HSL | 305.87º | 0.93% | 0.5% | - |
| HSV(B) | 305.87º | 0.96% | 0.96% | - |
| XYZ | 51.45 | 25.16 | 71.96 | - |
| YUV | 105.43 | 194.36 | 228.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 11 | 223 | 0 | 0.96 | 0.09 | 0.04 | 305.87 | 0.93 | 0.5 |
| Hex | F6 | B | DF | 0 | 60 | 9 | 4 | 132 | 5D | 32 |
| Octal | 366 | 13 | 337 | 0 | 140 | 11 | 4 | 462 | 135 | 62 |
| Binary | 11110110 | 1011 | 11011111 | 0 | 1100000 | 1001 | 100 | 100110010 | 1011101 | 110010 |
Color Harmonies of #F60BDF
Complementary color
Monochromatic Colors of #F60BDF
Black with #F60BDF
Text Example
Text Example
White with #F60BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60BDF; }
p { color: rgb(246,11,223); }
H1.HeaderClassName
{
color: #F60BDF;
}
.AnyTagClassName
{
color: #F60BDF;
}
</style>
background-color css
<style>
a { background-color: #F60BDF; }
a { background-color: rgb(246,11,223); }
div.DivClassName
{
background-color: #F60BDF;
}
.BgClassName
{
background-color: #F60BDF;
}
</style>
border-color css
<style>
span { border-color: #F60BDF; }
span { border-color: rgb(246,11,223); }
td.TdClassName
{
border-color: #F60BDF;
}
.TagClassName
{
border-color: #F60BDF;
}
</style>