Shades of Hot Magenta #F603D2
Tints of Hot Magenta #F603D2
RGB
CMYK
RGB Variations
Color information
#F603D2 (or 0xF603D2) is known color: Hot Magenta. HEX triplet: F6, 03 and D2. RGB value is (246,3,210). Sum of RGB (Red+Green+Blue) = 246+3+210=459 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.59% from 459); Green value is 3 (1.56% from 255 or 0.65% from 459); Blue value is 210 (82.42% from 255 or 45.75% from 459); Max value from RGB is 246 - color contains mainly: red. Hex color #F603D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F603D2 is #09FC2D. Grayscale: #626262. Windows color (decimal): -654382 or 13763574. OLE color: 13763574.
HSL color Cylindrical-coordinate representation of color #F603D2: hue angle of 308.89º 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 #F603D2 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 3 | 210 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.04 |
| HSL | 308.89º | 0.98% | 0.49% | - |
| HSV(B) | 308.89º | 0.99% | 0.96% | - |
| XYZ | 49.67 | 24.31 | 63.05 | - |
| YUV | 99.26 | 190.51 | 232.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 3 | 210 | 0 | 0.99 | 0.15 | 0.04 | 308.89 | 0.98 | 0.49 |
| Hex | F6 | 3 | D2 | 0 | 63 | F | 4 | 135 | 62 | 31 |
| Octal | 366 | 3 | 322 | 0 | 143 | 17 | 4 | 465 | 142 | 61 |
| Binary | 11110110 | 11 | 11010010 | 0 | 1100011 | 1111 | 100 | 100110101 | 1100010 | 110001 |
Color Harmonies of #F603D2
Complementary color
Monochromatic Colors of #F603D2
Black with #F603D2
Text Example
Text Example
White with #F603D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F603D2; }
p { color: rgb(246,3,210); }
H1.HeaderClassName
{
color: #F603D2;
}
.AnyTagClassName
{
color: #F603D2;
}
</style>
background-color css
<style>
a { background-color: #F603D2; }
a { background-color: rgb(246,3,210); }
div.DivClassName
{
background-color: #F603D2;
}
.BgClassName
{
background-color: #F603D2;
}
</style>
border-color css
<style>
span { border-color: #F603D2; }
span { border-color: rgb(246,3,210); }
td.TdClassName
{
border-color: #F603D2;
}
.TagClassName
{
border-color: #F603D2;
}
</style>