Shades of Hot Magenta #F101D8
Tints of Hot Magenta #F101D8
RGB
CMYK
RGB Variations
Color information
#F101D8 (or 0xF101D8) is known color: Hot Magenta. HEX triplet: F1, 01 and D8. RGB value is (241,1,216). Sum of RGB (Red+Green+Blue) = 241+1+216=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 1 (0.78% from 255 or 0.22% from 458); Blue value is 216 (84.77% from 255 or 47.16% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F101D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F101D8 is #0EFE27. Grayscale: #606060. Windows color (decimal): -982568 or 14156273. OLE color: 14156273.
HSL color Cylindrical-coordinate representation of color #F101D8: hue angle of 306.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F101D8 is Cyan = 0, Magento = 1.00, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 1 | 216 | - |
| CMYK | 0 | 1.00 | 0.10 | 0.05 |
| HSL | 306.25º | 0.99% | 0.47% | - |
| HSV(B) | 306.25º | 1% | 0.95% | - |
| XYZ | 48.68 | 23.68 | 66.97 | - |
| YUV | 97.27 | 195.01 | 230.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 216 | 0 | 1.00 | 0.10 | 0.05 | 306.25 | 0.99 | 0.47 |
| Hex | F1 | 1 | D8 | 0 | 64 | A | 5 | 132 | 63 | 2F |
| Octal | 361 | 1 | 330 | 0 | 144 | 12 | 5 | 462 | 143 | 57 |
| Binary | 11110001 | 1 | 11011000 | 0 | 1100100 | 1010 | 101 | 100110010 | 1100011 | 101111 |
Color Harmonies of #F101D8
Complementary color
Monochromatic Colors of #F101D8
Black with #F101D8
Text Example
Text Example
White with #F101D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F101D8; }
p { color: rgb(241,1,216); }
H1.HeaderClassName
{
color: #F101D8;
}
.AnyTagClassName
{
color: #F101D8;
}
</style>
background-color css
<style>
a { background-color: #F101D8; }
a { background-color: rgb(241,1,216); }
div.DivClassName
{
background-color: #F101D8;
}
.BgClassName
{
background-color: #F101D8;
}
</style>
border-color css
<style>
span { border-color: #F101D8; }
span { border-color: rgb(241,1,216); }
td.TdClassName
{
border-color: #F101D8;
}
.TagClassName
{
border-color: #F101D8;
}
</style>