Shades of Hot Magenta #F605CE
Tints of Hot Magenta #F605CE
RGB
CMYK
RGB Variations
Color information
#F605CE (or 0xF605CE) is known color: Hot Magenta. HEX triplet: F6, 05 and CE. RGB value is (246,5,206). Sum of RGB (Red+Green+Blue) = 246+5+206=457 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.83% from 457); Green value is 5 (2.34% from 255 or 1.09% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 246 - color contains mainly: red. Hex color #F605CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F605CE is #09FA31. Grayscale: #636363. Windows color (decimal): -653874 or 13501942. OLE color: 13501942.
HSL color Cylindrical-coordinate representation of color #F605CE: hue angle of 309.96º 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 #F605CE is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 206 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.04 |
| HSL | 309.96º | 0.96% | 0.49% | - |
| HSV(B) | 309.96º | 0.98% | 0.96% | - |
| XYZ | 49.2 | 24.16 | 60.46 | - |
| YUV | 99.97 | 187.84 | 232.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 206 | 0 | 0.98 | 0.16 | 0.04 | 309.96 | 0.96 | 0.49 |
| Hex | F6 | 5 | CE | 0 | 62 | 10 | 4 | 136 | 60 | 31 |
| Octal | 366 | 5 | 316 | 0 | 142 | 20 | 4 | 466 | 140 | 61 |
| Binary | 11110110 | 101 | 11001110 | 0 | 1100010 | 10000 | 100 | 100110110 | 1100000 | 110001 |
Color Harmonies of #F605CE
Complementary color
Monochromatic Colors of #F605CE
Black with #F605CE
Text Example
Text Example
White with #F605CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F605CE; }
p { color: rgb(246,5,206); }
H1.HeaderClassName
{
color: #F605CE;
}
.AnyTagClassName
{
color: #F605CE;
}
</style>
background-color css
<style>
a { background-color: #F605CE; }
a { background-color: rgb(246,5,206); }
div.DivClassName
{
background-color: #F605CE;
}
.BgClassName
{
background-color: #F605CE;
}
</style>
border-color css
<style>
span { border-color: #F605CE; }
span { border-color: rgb(246,5,206); }
td.TdClassName
{
border-color: #F605CE;
}
.TagClassName
{
border-color: #F605CE;
}
</style>