Shades of Hot Magenta #F100D1
Tints of Hot Magenta #F100D1
RGB
CMYK
RGB Variations
Color information
#F100D1 (or 0xF100D1) is known color: Hot Magenta. HEX triplet: F1, 00 and D1. RGB value is (241,0,209). Sum of RGB (Red+Green+Blue) = 241+0+209=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 0 (0.39% from 255 or 0% from 450); Blue value is 209 (82.03% from 255 or 46.44% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F100D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F100D1 is #0EFF2E. Grayscale: #5F5F5F. Windows color (decimal): -982831 or 13697265. OLE color: 13697265.
HSL color Cylindrical-coordinate representation of color #F100D1: hue angle of 307.97º 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 #F100D1 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 209 | - |
| CMYK | 0 | 1 | 0.13 | 0.05 |
| HSL | 307.97º | 1% | 0.47% | - |
| HSV(B) | 307.97º | 1% | 0.95% | - |
| XYZ | 47.78 | 23.3 | 62.3 | - |
| YUV | 95.89 | 191.84 | 231.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 209 | 0 | 1 | 0.13 | 0.05 | 307.97 | 1 | 0.47 |
| Hex | F1 | 0 | D1 | 0 | 64 | D | 5 | 134 | 64 | 2F |
| Octal | 361 | 0 | 321 | 0 | 144 | 15 | 5 | 464 | 144 | 57 |
| Binary | 11110001 | 0 | 11010001 | 0 | 1100100 | 1101 | 101 | 100110100 | 1100100 | 101111 |
Color Harmonies of #F100D1
Complementary color
Monochromatic Colors of #F100D1
Black with #F100D1
Text Example
Text Example
White with #F100D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F100D1; }
p { color: rgb(241,0,209); }
H1.HeaderClassName
{
color: #F100D1;
}
.AnyTagClassName
{
color: #F100D1;
}
</style>
background-color css
<style>
a { background-color: #F100D1; }
a { background-color: rgb(241,0,209); }
div.DivClassName
{
background-color: #F100D1;
}
.BgClassName
{
background-color: #F100D1;
}
</style>
border-color css
<style>
span { border-color: #F100D1; }
span { border-color: rgb(241,0,209); }
td.TdClassName
{
border-color: #F100D1;
}
.TagClassName
{
border-color: #F100D1;
}
</style>