Shades of Hot Magenta #F603DD
Tints of Hot Magenta #F603DD
RGB
CMYK
RGB Variations
Color information
#F603DD (or 0xF603DD) is known color: Hot Magenta. HEX triplet: F6, 03 and DD. RGB value is (246,3,221). Sum of RGB (Red+Green+Blue) = 246+3+221=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 3 (1.56% from 255 or 0.64% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F603DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F603DD is #09FC22. Grayscale: #636363. Windows color (decimal): -654371 or 14484470. OLE color: 14484470.
HSL color Cylindrical-coordinate representation of color #F603DD: hue angle of 306.17º 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 #F603DD is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 3 | 221 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.04 |
| HSL | 306.17º | 0.98% | 0.49% | - |
| HSV(B) | 306.17º | 0.99% | 0.96% | - |
| XYZ | 51.09 | 24.88 | 70.52 | - |
| YUV | 100.51 | 196.01 | 231.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 3 | 221 | 0 | 0.99 | 0.10 | 0.04 | 306.17 | 0.98 | 0.49 |
| Hex | F6 | 3 | DD | 0 | 63 | A | 4 | 132 | 62 | 31 |
| Octal | 366 | 3 | 335 | 0 | 143 | 12 | 4 | 462 | 142 | 61 |
| Binary | 11110110 | 11 | 11011101 | 0 | 1100011 | 1010 | 100 | 100110010 | 1100010 | 110001 |
Color Harmonies of #F603DD
Complementary color
Monochromatic Colors of #F603DD
Black with #F603DD
Text Example
Text Example
White with #F603DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F603DD; }
p { color: rgb(246,3,221); }
H1.HeaderClassName
{
color: #F603DD;
}
.AnyTagClassName
{
color: #F603DD;
}
</style>
background-color css
<style>
a { background-color: #F603DD; }
a { background-color: rgb(246,3,221); }
div.DivClassName
{
background-color: #F603DD;
}
.BgClassName
{
background-color: #F603DD;
}
</style>
border-color css
<style>
span { border-color: #F603DD; }
span { border-color: rgb(246,3,221); }
td.TdClassName
{
border-color: #F603DD;
}
.TagClassName
{
border-color: #F603DD;
}
</style>