Shades of Hot Magenta #F605CF
Tints of Hot Magenta #F605CF
RGB
CMYK
RGB Variations
Color information
#F605CF (or 0xF605CF) is known color: Hot Magenta. HEX triplet: F6, 05 and CF. RGB value is (246,5,207). Sum of RGB (Red+Green+Blue) = 246+5+207=458 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.71% from 458); Green value is 5 (2.34% from 255 or 1.09% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 246 - color contains mainly: red. Hex color #F605CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F605CF is #09FA30. Grayscale: #636363. Windows color (decimal): -653873 or 13567478. OLE color: 13567478.
HSL color Cylindrical-coordinate representation of color #F605CF: hue angle of 309.71º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F605CF is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 207 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.04 |
| HSL | 309.71º | 0.96% | 0.49% | - |
| HSV(B) | 309.71º | 0.98% | 0.96% | - |
| XYZ | 49.32 | 24.21 | 61.1 | - |
| YUV | 100.09 | 188.34 | 232.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 207 | 0 | 0.98 | 0.16 | 0.04 | 309.71 | 0.96 | 0.49 |
| Hex | F6 | 5 | CF | 0 | 62 | 10 | 4 | 136 | 60 | 31 |
| Octal | 366 | 5 | 317 | 0 | 142 | 20 | 4 | 466 | 140 | 61 |
| Binary | 11110110 | 101 | 11001111 | 0 | 1100010 | 10000 | 100 | 100110110 | 1100000 | 110001 |
Color Harmonies of #F605CF
Complementary color
Monochromatic Colors of #F605CF
Black with #F605CF
Text Example
Text Example
White with #F605CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F605CF; }
p { color: rgb(246,5,207); }
H1.HeaderClassName
{
color: #F605CF;
}
.AnyTagClassName
{
color: #F605CF;
}
</style>
background-color css
<style>
a { background-color: #F605CF; }
a { background-color: rgb(246,5,207); }
div.DivClassName
{
background-color: #F605CF;
}
.BgClassName
{
background-color: #F605CF;
}
</style>
border-color css
<style>
span { border-color: #F605CF; }
span { border-color: rgb(246,5,207); }
td.TdClassName
{
border-color: #F605CF;
}
.TagClassName
{
border-color: #F605CF;
}
</style>