Shades of Hot Magenta #F603C4
Tints of Hot Magenta #F603C4
RGB
CMYK
RGB Variations
Color information
#F603C4 (or 0xF603C4) is known color: Hot Magenta. HEX triplet: F6, 03 and C4. RGB value is (246,3,196). Sum of RGB (Red+Green+Blue) = 246+3+196=445 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.28% from 445); Green value is 3 (1.56% from 255 or 0.67% from 445); Blue value is 196 (76.95% from 255 or 44.04% from 445); Max value from RGB is 246 - color contains mainly: red. Hex color #F603C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F603C4 is #09FC3B. Grayscale: #616161. Windows color (decimal): -654396 or 12846070. OLE color: 12846070.
HSL color Cylindrical-coordinate representation of color #F603C4: hue angle of 312.35º 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 #F603C4 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 3 | 196 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.04 |
| HSL | 312.35º | 0.98% | 0.49% | - |
| HSV(B) | 312.35º | 0.99% | 0.96% | - |
| XYZ | 48 | 23.64 | 54.26 | - |
| YUV | 97.66 | 183.51 | 233.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 3 | 196 | 0 | 0.99 | 0.20 | 0.04 | 312.35 | 0.98 | 0.49 |
| Hex | F6 | 3 | C4 | 0 | 63 | 14 | 4 | 138 | 62 | 31 |
| Octal | 366 | 3 | 304 | 0 | 143 | 24 | 4 | 470 | 142 | 61 |
| Binary | 11110110 | 11 | 11000100 | 0 | 1100011 | 10100 | 100 | 100111000 | 1100010 | 110001 |
Color Harmonies of #F603C4
Complementary color
Monochromatic Colors of #F603C4
Black with #F603C4
Text Example
Text Example
White with #F603C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F603C4; }
p { color: rgb(246,3,196); }
H1.HeaderClassName
{
color: #F603C4;
}
.AnyTagClassName
{
color: #F603C4;
}
</style>
background-color css
<style>
a { background-color: #F603C4; }
a { background-color: rgb(246,3,196); }
div.DivClassName
{
background-color: #F603C4;
}
.BgClassName
{
background-color: #F603C4;
}
</style>
border-color css
<style>
span { border-color: #F603C4; }
span { border-color: rgb(246,3,196); }
td.TdClassName
{
border-color: #F603C4;
}
.TagClassName
{
border-color: #F603C4;
}
</style>