Shades of Hot Magenta #F60EDF
Tints of Hot Magenta #F60EDF
RGB
CMYK
RGB Variations
Color information
#F60EDF (or 0xF60EDF) is known color: Hot Magenta. HEX triplet: F6, 0E and DF. RGB value is (246,14,223). Sum of RGB (Red+Green+Blue) = 246+14+223=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 14 (5.86% from 255 or 2.90% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F60EDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60EDF is #09F120. Grayscale: #6A6A6A. Windows color (decimal): -651553 or 14618358. OLE color: 14618358.
HSL color Cylindrical-coordinate representation of color #F60EDF: hue angle of 305.95º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F60EDF is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 14 | 223 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.04 |
| HSL | 305.95º | 0.93% | 0.51% | - |
| HSV(B) | 305.95º | 0.94% | 0.96% | - |
| XYZ | 51.48 | 25.23 | 71.97 | - |
| YUV | 107.19 | 193.36 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 14 | 223 | 0 | 0.94 | 0.09 | 0.04 | 305.95 | 0.93 | 0.51 |
| Hex | F6 | E | DF | 0 | 5E | 9 | 4 | 132 | 5D | 33 |
| Octal | 366 | 16 | 337 | 0 | 136 | 11 | 4 | 462 | 135 | 63 |
| Binary | 11110110 | 1110 | 11011111 | 0 | 1011110 | 1001 | 100 | 100110010 | 1011101 | 110011 |
Color Harmonies of #F60EDF
Complementary color
Monochromatic Colors of #F60EDF
Black with #F60EDF
Text Example
Text Example
White with #F60EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60EDF; }
p { color: rgb(246,14,223); }
H1.HeaderClassName
{
color: #F60EDF;
}
.AnyTagClassName
{
color: #F60EDF;
}
</style>
background-color css
<style>
a { background-color: #F60EDF; }
a { background-color: rgb(246,14,223); }
div.DivClassName
{
background-color: #F60EDF;
}
.BgClassName
{
background-color: #F60EDF;
}
</style>
border-color css
<style>
span { border-color: #F60EDF; }
span { border-color: rgb(246,14,223); }
td.TdClassName
{
border-color: #F60EDF;
}
.TagClassName
{
border-color: #F60EDF;
}
</style>