Shades of Hot Magenta #F605CB
Tints of Hot Magenta #F605CB
RGB
CMYK
RGB Variations
Color information
#F605CB (or 0xF605CB) is known color: Hot Magenta. HEX triplet: F6, 05 and CB. RGB value is (246,5,203). Sum of RGB (Red+Green+Blue) = 246+5+203=454 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.19% from 454); Green value is 5 (2.34% from 255 or 1.10% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 246 - color contains mainly: red. Hex color #F605CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F605CB is #09FA34. Grayscale: #636363. Windows color (decimal): -653877 or 13305334. OLE color: 13305334.
HSL color Cylindrical-coordinate representation of color #F605CB: hue angle of 310.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 #F605CB is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 203 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.04 |
| HSL | 310.71º | 0.96% | 0.49% | - |
| HSV(B) | 310.71º | 0.98% | 0.96% | - |
| XYZ | 48.84 | 24.01 | 58.56 | - |
| YUV | 99.63 | 186.34 | 232.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 203 | 0 | 0.98 | 0.17 | 0.04 | 310.71 | 0.96 | 0.49 |
| Hex | F6 | 5 | CB | 0 | 62 | 11 | 4 | 137 | 60 | 31 |
| Octal | 366 | 5 | 313 | 0 | 142 | 21 | 4 | 467 | 140 | 61 |
| Binary | 11110110 | 101 | 11001011 | 0 | 1100010 | 10001 | 100 | 100110111 | 1100000 | 110001 |
Color Harmonies of #F605CB
Complementary color
Monochromatic Colors of #F605CB
Black with #F605CB
Text Example
Text Example
White with #F605CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F605CB; }
p { color: rgb(246,5,203); }
H1.HeaderClassName
{
color: #F605CB;
}
.AnyTagClassName
{
color: #F605CB;
}
</style>
background-color css
<style>
a { background-color: #F605CB; }
a { background-color: rgb(246,5,203); }
div.DivClassName
{
background-color: #F605CB;
}
.BgClassName
{
background-color: #F605CB;
}
</style>
border-color css
<style>
span { border-color: #F605CB; }
span { border-color: rgb(246,5,203); }
td.TdClassName
{
border-color: #F605CB;
}
.TagClassName
{
border-color: #F605CB;
}
</style>