Shades of Hot Magenta #F601CF
Tints of Hot Magenta #F601CF
RGB
CMYK
RGB Variations
Color information
#F601CF (or 0xF601CF) is known color: Hot Magenta. HEX triplet: F6, 01 and CF. RGB value is (246,1,207). Sum of RGB (Red+Green+Blue) = 246+1+207=454 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.19% from 454); Green value is 1 (0.78% from 255 or 0.22% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 246 - color contains mainly: red. Hex color #F601CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F601CF is #09FE30. Grayscale: #616161. Windows color (decimal): -654897 or 13566454. OLE color: 13566454.
HSL color Cylindrical-coordinate representation of color #F601CF: hue angle of 309.55º 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 #F601CF is Cyan = 0, Magento = 1.00, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 1 | 207 | - |
| CMYK | 0 | 1.00 | 0.16 | 0.04 |
| HSL | 309.55º | 0.99% | 0.48% | - |
| HSV(B) | 309.55º | 1% | 0.96% | - |
| XYZ | 49.28 | 24.12 | 61.09 | - |
| YUV | 97.74 | 189.67 | 233.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 1 | 207 | 0 | 1.00 | 0.16 | 0.04 | 309.55 | 0.99 | 0.48 |
| Hex | F6 | 1 | CF | 0 | 64 | 10 | 4 | 136 | 63 | 30 |
| Octal | 366 | 1 | 317 | 0 | 144 | 20 | 4 | 466 | 143 | 60 |
| Binary | 11110110 | 1 | 11001111 | 0 | 1100100 | 10000 | 100 | 100110110 | 1100011 | 110000 |
Color Harmonies of #F601CF
Complementary color
Monochromatic Colors of #F601CF
Black with #F601CF
Text Example
Text Example
White with #F601CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F601CF; }
p { color: rgb(246,1,207); }
H1.HeaderClassName
{
color: #F601CF;
}
.AnyTagClassName
{
color: #F601CF;
}
</style>
background-color css
<style>
a { background-color: #F601CF; }
a { background-color: rgb(246,1,207); }
div.DivClassName
{
background-color: #F601CF;
}
.BgClassName
{
background-color: #F601CF;
}
</style>
border-color css
<style>
span { border-color: #F601CF; }
span { border-color: rgb(246,1,207); }
td.TdClassName
{
border-color: #F601CF;
}
.TagClassName
{
border-color: #F601CF;
}
</style>