Shades of Hot Magenta #F108D1
Tints of Hot Magenta #F108D1
RGB
CMYK
RGB Variations
Color information
#F108D1 (or 0xF108D1) is known color: Hot Magenta. HEX triplet: F1, 08 and D1. RGB value is (241,8,209). Sum of RGB (Red+Green+Blue) = 241+8+209=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 8 (3.52% from 255 or 1.75% from 458); Blue value is 209 (82.03% from 255 or 45.63% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F108D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F108D1 is #0EF72E. Grayscale: #646464. Windows color (decimal): -980783 or 13699313. OLE color: 13699313.
HSL color Cylindrical-coordinate representation of color #F108D1: hue angle of 308.24º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F108D1 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 8 | 209 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.05 |
| HSL | 308.24º | 0.94% | 0.49% | - |
| HSV(B) | 308.24º | 0.97% | 0.95% | - |
| XYZ | 47.87 | 23.48 | 62.33 | - |
| YUV | 100.58 | 189.19 | 228.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 8 | 209 | 0 | 0.97 | 0.13 | 0.05 | 308.24 | 0.94 | 0.49 |
| Hex | F1 | 8 | D1 | 0 | 61 | D | 5 | 134 | 5E | 31 |
| Octal | 361 | 10 | 321 | 0 | 141 | 15 | 5 | 464 | 136 | 61 |
| Binary | 11110001 | 1000 | 11010001 | 0 | 1100001 | 1101 | 101 | 100110100 | 1011110 | 110001 |
Color Harmonies of #F108D1
Complementary color
Monochromatic Colors of #F108D1
Black with #F108D1
Text Example
Text Example
White with #F108D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F108D1; }
p { color: rgb(241,8,209); }
H1.HeaderClassName
{
color: #F108D1;
}
.AnyTagClassName
{
color: #F108D1;
}
</style>
background-color css
<style>
a { background-color: #F108D1; }
a { background-color: rgb(241,8,209); }
div.DivClassName
{
background-color: #F108D1;
}
.BgClassName
{
background-color: #F108D1;
}
</style>
border-color css
<style>
span { border-color: #F108D1; }
span { border-color: rgb(241,8,209); }
td.TdClassName
{
border-color: #F108D1;
}
.TagClassName
{
border-color: #F108D1;
}
</style>