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