Shades of Hot Magenta #F60CE4
Tints of Hot Magenta #F60CE4
RGB
CMYK
RGB Variations
Color information
#F60CE4 (or 0xF60CE4) is known color: Hot Magenta. HEX triplet: F6, 0C and E4. RGB value is (246,12,228). Sum of RGB (Red+Green+Blue) = 246+12+228=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 12 (5.08% from 255 or 2.47% from 486); Blue value is 228 (89.45% from 255 or 46.91% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F60CE4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60CE4 is #09F31B. Grayscale: #696969. Windows color (decimal): -652060 or 14945526. OLE color: 14945526.
HSL color Cylindrical-coordinate representation of color #F60CE4: hue angle of 304.62º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F60CE4 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 228 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.04 |
| HSL | 304.62º | 0.93% | 0.51% | - |
| HSV(B) | 304.62º | 0.95% | 0.96% | - |
| XYZ | 52.14 | 25.46 | 75.56 | - |
| YUV | 106.59 | 196.52 | 227.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 228 | 0 | 0.95 | 0.07 | 0.04 | 304.62 | 0.93 | 0.51 |
| Hex | F6 | C | E4 | 0 | 5F | 7 | 4 | 131 | 5D | 33 |
| Octal | 366 | 14 | 344 | 0 | 137 | 7 | 4 | 461 | 135 | 63 |
| Binary | 11110110 | 1100 | 11100100 | 0 | 1011111 | 111 | 100 | 100110001 | 1011101 | 110011 |
Color Harmonies of #F60CE4
Complementary color
Monochromatic Colors of #F60CE4
Black with #F60CE4
Text Example
Text Example
White with #F60CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60CE4; }
p { color: rgb(246,12,228); }
H1.HeaderClassName
{
color: #F60CE4;
}
.AnyTagClassName
{
color: #F60CE4;
}
</style>
background-color css
<style>
a { background-color: #F60CE4; }
a { background-color: rgb(246,12,228); }
div.DivClassName
{
background-color: #F60CE4;
}
.BgClassName
{
background-color: #F60CE4;
}
</style>
border-color css
<style>
span { border-color: #F60CE4; }
span { border-color: rgb(246,12,228); }
td.TdClassName
{
border-color: #F60CE4;
}
.TagClassName
{
border-color: #F60CE4;
}
</style>