Shades of Hot Magenta #F103D8
Tints of Hot Magenta #F103D8
RGB
CMYK
RGB Variations
Color information
#F103D8 (or 0xF103D8) is known color: Hot Magenta. HEX triplet: F1, 03 and D8. RGB value is (241,3,216). Sum of RGB (Red+Green+Blue) = 241+3+216=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 3 (1.56% from 255 or 0.65% from 460); Blue value is 216 (84.77% from 255 or 46.96% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F103D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F103D8 is #0EFC27. Grayscale: #616161. Windows color (decimal): -982056 or 14156785. OLE color: 14156785.
HSL color Cylindrical-coordinate representation of color #F103D8: hue angle of 306.3º 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 #F103D8 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 216 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.05 |
| HSL | 306.3º | 0.98% | 0.48% | - |
| HSV(B) | 306.3º | 0.99% | 0.95% | - |
| XYZ | 48.7 | 23.72 | 66.98 | - |
| YUV | 98.44 | 194.35 | 229.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 216 | 0 | 0.99 | 0.10 | 0.05 | 306.3 | 0.98 | 0.48 |
| Hex | F1 | 3 | D8 | 0 | 63 | A | 5 | 132 | 62 | 30 |
| Octal | 361 | 3 | 330 | 0 | 143 | 12 | 5 | 462 | 142 | 60 |
| Binary | 11110001 | 11 | 11011000 | 0 | 1100011 | 1010 | 101 | 100110010 | 1100010 | 110000 |
Color Harmonies of #F103D8
Complementary color
Monochromatic Colors of #F103D8
Black with #F103D8
Text Example
Text Example
White with #F103D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F103D8; }
p { color: rgb(241,3,216); }
H1.HeaderClassName
{
color: #F103D8;
}
.AnyTagClassName
{
color: #F103D8;
}
</style>
background-color css
<style>
a { background-color: #F103D8; }
a { background-color: rgb(241,3,216); }
div.DivClassName
{
background-color: #F103D8;
}
.BgClassName
{
background-color: #F103D8;
}
</style>
border-color css
<style>
span { border-color: #F103D8; }
span { border-color: rgb(241,3,216); }
td.TdClassName
{
border-color: #F103D8;
}
.TagClassName
{
border-color: #F103D8;
}
</style>