Shades of Hot Magenta #F603D8
Tints of Hot Magenta #F603D8
RGB
CMYK
RGB Variations
Color information
#F603D8 (or 0xF603D8) is known color: Hot Magenta. HEX triplet: F6, 03 and D8. RGB value is (246,3,216). Sum of RGB (Red+Green+Blue) = 246+3+216=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 3 (1.56% from 255 or 0.65% from 465); Blue value is 216 (84.77% from 255 or 46.45% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F603D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F603D8 is #09FC27. Grayscale: #636363. Windows color (decimal): -654376 or 14156790. OLE color: 14156790.
HSL color Cylindrical-coordinate representation of color #F603D8: hue angle of 307.41º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F603D8 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 3 | 216 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.04 |
| HSL | 307.41º | 0.98% | 0.49% | - |
| HSV(B) | 307.41º | 0.99% | 0.96% | - |
| XYZ | 50.43 | 24.62 | 67.06 | - |
| YUV | 99.94 | 193.51 | 232.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 3 | 216 | 0 | 0.99 | 0.12 | 0.04 | 307.41 | 0.98 | 0.49 |
| Hex | F6 | 3 | D8 | 0 | 63 | C | 4 | 133 | 62 | 31 |
| Octal | 366 | 3 | 330 | 0 | 143 | 14 | 4 | 463 | 142 | 61 |
| Binary | 11110110 | 11 | 11011000 | 0 | 1100011 | 1100 | 100 | 100110011 | 1100010 | 110001 |
Color Harmonies of #F603D8
Complementary color
Monochromatic Colors of #F603D8
Black with #F603D8
Text Example
Text Example
White with #F603D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F603D8; }
p { color: rgb(246,3,216); }
H1.HeaderClassName
{
color: #F603D8;
}
.AnyTagClassName
{
color: #F603D8;
}
</style>
background-color css
<style>
a { background-color: #F603D8; }
a { background-color: rgb(246,3,216); }
div.DivClassName
{
background-color: #F603D8;
}
.BgClassName
{
background-color: #F603D8;
}
</style>
border-color css
<style>
span { border-color: #F603D8; }
span { border-color: rgb(246,3,216); }
td.TdClassName
{
border-color: #F603D8;
}
.TagClassName
{
border-color: #F603D8;
}
</style>