Shades of Hot Magenta #F100C7
Tints of Hot Magenta #F100C7
RGB
CMYK
RGB Variations
Color information
#F100C7 (or 0xF100C7) is known color: Hot Magenta. HEX triplet: F1, 00 and C7. RGB value is (241,0,199). Sum of RGB (Red+Green+Blue) = 241+0+199=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 0 (0.39% from 255 or 0% from 440); Blue value is 199 (78.12% from 255 or 45.23% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F100C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F100C7 is #0EFF38. Grayscale: #5E5E5E. Windows color (decimal): -982841 or 13041905. OLE color: 13041905.
HSL color Cylindrical-coordinate representation of color #F100C7: hue angle of 310.46º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F100C7 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 199 | - |
| CMYK | 0 | 1 | 0.17 | 0.05 |
| HSL | 310.46º | 1% | 0.47% | - |
| HSV(B) | 310.46º | 1% | 0.95% | - |
| XYZ | 46.58 | 22.82 | 55.98 | - |
| YUV | 94.75 | 186.84 | 232.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 199 | 0 | 1 | 0.17 | 0.05 | 310.46 | 1 | 0.47 |
| Hex | F1 | 0 | C7 | 0 | 64 | 11 | 5 | 136 | 64 | 2F |
| Octal | 361 | 0 | 307 | 0 | 144 | 21 | 5 | 466 | 144 | 57 |
| Binary | 11110001 | 0 | 11000111 | 0 | 1100100 | 10001 | 101 | 100110110 | 1100100 | 101111 |
Color Harmonies of #F100C7
Complementary color
Monochromatic Colors of #F100C7
Black with #F100C7
Text Example
Text Example
White with #F100C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F100C7; }
p { color: rgb(241,0,199); }
H1.HeaderClassName
{
color: #F100C7;
}
.AnyTagClassName
{
color: #F100C7;
}
</style>
background-color css
<style>
a { background-color: #F100C7; }
a { background-color: rgb(241,0,199); }
div.DivClassName
{
background-color: #F100C7;
}
.BgClassName
{
background-color: #F100C7;
}
</style>
border-color css
<style>
span { border-color: #F100C7; }
span { border-color: rgb(241,0,199); }
td.TdClassName
{
border-color: #F100C7;
}
.TagClassName
{
border-color: #F100C7;
}
</style>