Shades of Hot Magenta #F101C7
Tints of Hot Magenta #F101C7
RGB
CMYK
RGB Variations
Color information
#F101C7 (or 0xF101C7) is known color: Hot Magenta. HEX triplet: F1, 01 and C7. RGB value is (241,1,199). Sum of RGB (Red+Green+Blue) = 241+1+199=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 1 (0.78% from 255 or 0.23% from 441); Blue value is 199 (78.12% from 255 or 45.12% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F101C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F101C7 is #0EFE38. Grayscale: #5E5E5E. Windows color (decimal): -982585 or 13042161. OLE color: 13042161.
HSL color Cylindrical-coordinate representation of color #F101C7: hue angle of 310.5º 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 #F101C7 is Cyan = 0, Magento = 1.00, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 1 | 199 | - |
| CMYK | 0 | 1.00 | 0.17 | 0.05 |
| HSL | 310.5º | 0.99% | 0.47% | - |
| HSV(B) | 310.5º | 1% | 0.95% | - |
| XYZ | 46.6 | 22.85 | 55.99 | - |
| YUV | 95.33 | 186.51 | 231.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 199 | 0 | 1.00 | 0.17 | 0.05 | 310.5 | 0.99 | 0.47 |
| Hex | F1 | 1 | C7 | 0 | 64 | 11 | 5 | 136 | 63 | 2F |
| Octal | 361 | 1 | 307 | 0 | 144 | 21 | 5 | 466 | 143 | 57 |
| Binary | 11110001 | 1 | 11000111 | 0 | 1100100 | 10001 | 101 | 100110110 | 1100011 | 101111 |
Color Harmonies of #F101C7
Complementary color
Monochromatic Colors of #F101C7
Black with #F101C7
Text Example
Text Example
White with #F101C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F101C7; }
p { color: rgb(241,1,199); }
H1.HeaderClassName
{
color: #F101C7;
}
.AnyTagClassName
{
color: #F101C7;
}
</style>
background-color css
<style>
a { background-color: #F101C7; }
a { background-color: rgb(241,1,199); }
div.DivClassName
{
background-color: #F101C7;
}
.BgClassName
{
background-color: #F101C7;
}
</style>
border-color css
<style>
span { border-color: #F101C7; }
span { border-color: rgb(241,1,199); }
td.TdClassName
{
border-color: #F101C7;
}
.TagClassName
{
border-color: #F101C7;
}
</style>