Shades of Hot Magenta #F108D0
Tints of Hot Magenta #F108D0
RGB
CMYK
RGB Variations
Color information
#F108D0 (or 0xF108D0) is known color: Hot Magenta. HEX triplet: F1, 08 and D0. RGB value is (241,8,208). Sum of RGB (Red+Green+Blue) = 241+8+208=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 8 (3.52% from 255 or 1.75% from 457); Blue value is 208 (81.64% from 255 or 45.51% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F108D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F108D0 is #0EF72F. Grayscale: #636363. Windows color (decimal): -980784 or 13633777. OLE color: 13633777.
HSL color Cylindrical-coordinate representation of color #F108D0: hue angle of 308.5º 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 #F108D0 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 8 | 208 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.05 |
| HSL | 308.5º | 0.94% | 0.49% | - |
| HSV(B) | 308.5º | 0.97% | 0.95% | - |
| XYZ | 47.75 | 23.43 | 61.68 | - |
| YUV | 100.47 | 188.69 | 228.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 8 | 208 | 0 | 0.97 | 0.14 | 0.05 | 308.5 | 0.94 | 0.49 |
| Hex | F1 | 8 | D0 | 0 | 61 | E | 5 | 134 | 5E | 31 |
| Octal | 361 | 10 | 320 | 0 | 141 | 16 | 5 | 464 | 136 | 61 |
| Binary | 11110001 | 1000 | 11010000 | 0 | 1100001 | 1110 | 101 | 100110100 | 1011110 | 110001 |
Color Harmonies of #F108D0
Complementary color
Monochromatic Colors of #F108D0
Black with #F108D0
Text Example
Text Example
White with #F108D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F108D0; }
p { color: rgb(241,8,208); }
H1.HeaderClassName
{
color: #F108D0;
}
.AnyTagClassName
{
color: #F108D0;
}
</style>
background-color css
<style>
a { background-color: #F108D0; }
a { background-color: rgb(241,8,208); }
div.DivClassName
{
background-color: #F108D0;
}
.BgClassName
{
background-color: #F108D0;
}
</style>
border-color css
<style>
span { border-color: #F108D0; }
span { border-color: rgb(241,8,208); }
td.TdClassName
{
border-color: #F108D0;
}
.TagClassName
{
border-color: #F108D0;
}
</style>