Shades of Hot Magenta #F108CF
Tints of Hot Magenta #F108CF
RGB
CMYK
RGB Variations
Color information
#F108CF (or 0xF108CF) is known color: Hot Magenta. HEX triplet: F1, 08 and CF. RGB value is (241,8,207). Sum of RGB (Red+Green+Blue) = 241+8+207=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 8 (3.52% from 255 or 1.75% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F108CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F108CF is #0EF730. Grayscale: #636363. Windows color (decimal): -980785 or 13568241. OLE color: 13568241.
HSL color Cylindrical-coordinate representation of color #F108CF: hue angle of 308.76º 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 #F108CF is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 8 | 207 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.05 |
| HSL | 308.76º | 0.94% | 0.49% | - |
| HSV(B) | 308.76º | 0.97% | 0.95% | - |
| XYZ | 47.62 | 23.38 | 61.03 | - |
| YUV | 100.35 | 188.19 | 228.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 8 | 207 | 0 | 0.97 | 0.14 | 0.05 | 308.76 | 0.94 | 0.49 |
| Hex | F1 | 8 | CF | 0 | 61 | E | 5 | 135 | 5E | 31 |
| Octal | 361 | 10 | 317 | 0 | 141 | 16 | 5 | 465 | 136 | 61 |
| Binary | 11110001 | 1000 | 11001111 | 0 | 1100001 | 1110 | 101 | 100110101 | 1011110 | 110001 |
Color Harmonies of #F108CF
Complementary color
Monochromatic Colors of #F108CF
Black with #F108CF
Text Example
Text Example
White with #F108CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F108CF; }
p { color: rgb(241,8,207); }
H1.HeaderClassName
{
color: #F108CF;
}
.AnyTagClassName
{
color: #F108CF;
}
</style>
background-color css
<style>
a { background-color: #F108CF; }
a { background-color: rgb(241,8,207); }
div.DivClassName
{
background-color: #F108CF;
}
.BgClassName
{
background-color: #F108CF;
}
</style>
border-color css
<style>
span { border-color: #F108CF; }
span { border-color: rgb(241,8,207); }
td.TdClassName
{
border-color: #F108CF;
}
.TagClassName
{
border-color: #F108CF;
}
</style>