Shades of Hot Magenta #F100D0
Tints of Hot Magenta #F100D0
RGB
CMYK
RGB Variations
Color information
#F100D0 (or 0xF100D0) is known color: Hot Magenta. HEX triplet: F1, 00 and D0. RGB value is (241,0,208). Sum of RGB (Red+Green+Blue) = 241+0+208=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 0 (0.39% from 255 or 0% from 449); Blue value is 208 (81.64% from 255 or 46.33% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F100D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F100D0 is #0EFF2F. Grayscale: #5F5F5F. Windows color (decimal): -982832 or 13631729. OLE color: 13631729.
HSL color Cylindrical-coordinate representation of color #F100D0: hue angle of 308.22º 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 #F100D0 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 208 | - |
| CMYK | 0 | 1 | 0.14 | 0.05 |
| HSL | 308.22º | 1% | 0.47% | - |
| HSV(B) | 308.22º | 1% | 0.95% | - |
| XYZ | 47.66 | 23.25 | 61.65 | - |
| YUV | 95.77 | 191.34 | 231.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 208 | 0 | 1 | 0.14 | 0.05 | 308.22 | 1 | 0.47 |
| Hex | F1 | 0 | D0 | 0 | 64 | E | 5 | 134 | 64 | 2F |
| Octal | 361 | 0 | 320 | 0 | 144 | 16 | 5 | 464 | 144 | 57 |
| Binary | 11110001 | 0 | 11010000 | 0 | 1100100 | 1110 | 101 | 100110100 | 1100100 | 101111 |
Color Harmonies of #F100D0
Complementary color
Monochromatic Colors of #F100D0
Black with #F100D0
Text Example
Text Example
White with #F100D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F100D0; }
p { color: rgb(241,0,208); }
H1.HeaderClassName
{
color: #F100D0;
}
.AnyTagClassName
{
color: #F100D0;
}
</style>
background-color css
<style>
a { background-color: #F100D0; }
a { background-color: rgb(241,0,208); }
div.DivClassName
{
background-color: #F100D0;
}
.BgClassName
{
background-color: #F100D0;
}
</style>
border-color css
<style>
span { border-color: #F100D0; }
span { border-color: rgb(241,0,208); }
td.TdClassName
{
border-color: #F100D0;
}
.TagClassName
{
border-color: #F100D0;
}
</style>