Shades of Hot Magenta #F601C7
Tints of Hot Magenta #F601C7
RGB
CMYK
RGB Variations
Color information
#F601C7 (or 0xF601C7) is known color: Hot Magenta. HEX triplet: F6, 01 and C7. RGB value is (246,1,199). Sum of RGB (Red+Green+Blue) = 246+1+199=446 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.16% from 446); Green value is 1 (0.78% from 255 or 0.22% from 446); Blue value is 199 (78.12% from 255 or 44.62% from 446); Max value from RGB is 246 - color contains mainly: red. Hex color #F601C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F601C7 is #09FE38. Grayscale: #606060. Windows color (decimal): -654905 or 13042166. OLE color: 13042166.
HSL color Cylindrical-coordinate representation of color #F601C7: hue angle of 311.51º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F601C7 is Cyan = 0, Magento = 1.00, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 1 | 199 | - |
| CMYK | 0 | 1.00 | 0.19 | 0.04 |
| HSL | 311.51º | 0.99% | 0.48% | - |
| HSV(B) | 311.51º | 1% | 0.96% | - |
| XYZ | 48.33 | 23.74 | 56.07 | - |
| YUV | 96.83 | 185.67 | 234.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 1 | 199 | 0 | 1.00 | 0.19 | 0.04 | 311.51 | 0.99 | 0.48 |
| Hex | F6 | 1 | C7 | 0 | 64 | 13 | 4 | 138 | 63 | 30 |
| Octal | 366 | 1 | 307 | 0 | 144 | 23 | 4 | 470 | 143 | 60 |
| Binary | 11110110 | 1 | 11000111 | 0 | 1100100 | 10011 | 100 | 100111000 | 1100011 | 110000 |
Color Harmonies of #F601C7
Complementary color
Monochromatic Colors of #F601C7
Black with #F601C7
Text Example
Text Example
White with #F601C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F601C7; }
p { color: rgb(246,1,199); }
H1.HeaderClassName
{
color: #F601C7;
}
.AnyTagClassName
{
color: #F601C7;
}
</style>
background-color css
<style>
a { background-color: #F601C7; }
a { background-color: rgb(246,1,199); }
div.DivClassName
{
background-color: #F601C7;
}
.BgClassName
{
background-color: #F601C7;
}
</style>
border-color css
<style>
span { border-color: #F601C7; }
span { border-color: rgb(246,1,199); }
td.TdClassName
{
border-color: #F601C7;
}
.TagClassName
{
border-color: #F601C7;
}
</style>