Shades of Hot Magenta #F60CCF
Tints of Hot Magenta #F60CCF
RGB
CMYK
RGB Variations
Color information
#F60CCF (or 0xF60CCF) is known color: Hot Magenta. HEX triplet: F6, 0C and CF. RGB value is (246,12,207). Sum of RGB (Red+Green+Blue) = 246+12+207=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 12 (5.08% from 255 or 2.58% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F60CCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60CCF is #09F330. Grayscale: #676767. Windows color (decimal): -652081 or 13569270. OLE color: 13569270.
HSL color Cylindrical-coordinate representation of color #F60CCF: hue angle of 310º 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 #F60CCF is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 207 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.04 |
| HSL | 310º | 0.93% | 0.51% | - |
| HSV(B) | 310º | 0.95% | 0.96% | - |
| XYZ | 49.4 | 24.36 | 61.13 | - |
| YUV | 104.2 | 186.02 | 229.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 207 | 0 | 0.95 | 0.16 | 0.04 | 310 | 0.93 | 0.51 |
| Hex | F6 | C | CF | 0 | 5F | 10 | 4 | 136 | 5D | 33 |
| Octal | 366 | 14 | 317 | 0 | 137 | 20 | 4 | 466 | 135 | 63 |
| Binary | 11110110 | 1100 | 11001111 | 0 | 1011111 | 10000 | 100 | 100110110 | 1011101 | 110011 |
Color Harmonies of #F60CCF
Complementary color
Monochromatic Colors of #F60CCF
Black with #F60CCF
Text Example
Text Example
White with #F60CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60CCF; }
p { color: rgb(246,12,207); }
H1.HeaderClassName
{
color: #F60CCF;
}
.AnyTagClassName
{
color: #F60CCF;
}
</style>
background-color css
<style>
a { background-color: #F60CCF; }
a { background-color: rgb(246,12,207); }
div.DivClassName
{
background-color: #F60CCF;
}
.BgClassName
{
background-color: #F60CCF;
}
</style>
border-color css
<style>
span { border-color: #F60CCF; }
span { border-color: rgb(246,12,207); }
td.TdClassName
{
border-color: #F60CCF;
}
.TagClassName
{
border-color: #F60CCF;
}
</style>