Shades of Hot Magenta #F103D6
Tints of Hot Magenta #F103D6
RGB
CMYK
RGB Variations
Color information
#F103D6 (or 0xF103D6) is known color: Hot Magenta. HEX triplet: F1, 03 and D6. RGB value is (241,3,214). Sum of RGB (Red+Green+Blue) = 241+3+214=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 3 (1.56% from 255 or 0.66% from 458); Blue value is 214 (83.98% from 255 or 46.72% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F103D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F103D6 is #0EFC29. Grayscale: #616161. Windows color (decimal): -982058 or 14025713. OLE color: 14025713.
HSL color Cylindrical-coordinate representation of color #F103D6: hue angle of 306.81º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F103D6 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 214 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.05 |
| HSL | 306.81º | 0.98% | 0.48% | - |
| HSV(B) | 306.81º | 0.99% | 0.95% | - |
| XYZ | 48.45 | 23.62 | 65.62 | - |
| YUV | 98.22 | 193.35 | 229.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 214 | 0 | 0.99 | 0.11 | 0.05 | 306.81 | 0.98 | 0.48 |
| Hex | F1 | 3 | D6 | 0 | 63 | B | 5 | 133 | 62 | 30 |
| Octal | 361 | 3 | 326 | 0 | 143 | 13 | 5 | 463 | 142 | 60 |
| Binary | 11110001 | 11 | 11010110 | 0 | 1100011 | 1011 | 101 | 100110011 | 1100010 | 110000 |
Color Harmonies of #F103D6
Complementary color
Monochromatic Colors of #F103D6
Black with #F103D6
Text Example
Text Example
White with #F103D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F103D6; }
p { color: rgb(241,3,214); }
H1.HeaderClassName
{
color: #F103D6;
}
.AnyTagClassName
{
color: #F103D6;
}
</style>
background-color css
<style>
a { background-color: #F103D6; }
a { background-color: rgb(241,3,214); }
div.DivClassName
{
background-color: #F103D6;
}
.BgClassName
{
background-color: #F103D6;
}
</style>
border-color css
<style>
span { border-color: #F103D6; }
span { border-color: rgb(241,3,214); }
td.TdClassName
{
border-color: #F103D6;
}
.TagClassName
{
border-color: #F103D6;
}
</style>