Shades of Hot Magenta #F100C9
Tints of Hot Magenta #F100C9
RGB
CMYK
RGB Variations
Color information
#F100C9 (or 0xF100C9) is known color: Hot Magenta. HEX triplet: F1, 00 and C9. RGB value is (241,0,201). Sum of RGB (Red+Green+Blue) = 241+0+201=442 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.52% from 442); Green value is 0 (0.39% from 255 or 0% from 442); Blue value is 201 (78.91% from 255 or 45.48% from 442); Max value from RGB is 241 - color contains mainly: red. Hex color #F100C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F100C9 is #0EFF36. Grayscale: #5E5E5E. Windows color (decimal): -982839 or 13172977. OLE color: 13172977.
HSL color Cylindrical-coordinate representation of color #F100C9: hue angle of 309.96º 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 #F100C9 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 201 | - |
| CMYK | 0 | 1 | 0.17 | 0.05 |
| HSL | 309.96º | 1% | 0.47% | - |
| HSV(B) | 309.96º | 1% | 0.95% | - |
| XYZ | 46.82 | 22.92 | 57.21 | - |
| YUV | 94.97 | 187.84 | 232.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 201 | 0 | 1 | 0.17 | 0.05 | 309.96 | 1 | 0.47 |
| Hex | F1 | 0 | C9 | 0 | 64 | 11 | 5 | 136 | 64 | 2F |
| Octal | 361 | 0 | 311 | 0 | 144 | 21 | 5 | 466 | 144 | 57 |
| Binary | 11110001 | 0 | 11001001 | 0 | 1100100 | 10001 | 101 | 100110110 | 1100100 | 101111 |
Color Harmonies of #F100C9
Complementary color
Monochromatic Colors of #F100C9
Black with #F100C9
Text Example
Text Example
White with #F100C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F100C9; }
p { color: rgb(241,0,201); }
H1.HeaderClassName
{
color: #F100C9;
}
.AnyTagClassName
{
color: #F100C9;
}
</style>
background-color css
<style>
a { background-color: #F100C9; }
a { background-color: rgb(241,0,201); }
div.DivClassName
{
background-color: #F100C9;
}
.BgClassName
{
background-color: #F100C9;
}
</style>
border-color css
<style>
span { border-color: #F100C9; }
span { border-color: rgb(241,0,201); }
td.TdClassName
{
border-color: #F100C9;
}
.TagClassName
{
border-color: #F100C9;
}
</style>