Shades of Hot Magenta #F108CE
Tints of Hot Magenta #F108CE
RGB
CMYK
RGB Variations
Color information
#F108CE (or 0xF108CE) is known color: Hot Magenta. HEX triplet: F1, 08 and CE. RGB value is (241,8,206). Sum of RGB (Red+Green+Blue) = 241+8+206=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 8 (3.52% from 255 or 1.76% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F108CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F108CE is #0EF731. Grayscale: #636363. Windows color (decimal): -980786 or 13502705. OLE color: 13502705.
HSL color Cylindrical-coordinate representation of color #F108CE: hue angle of 309.01º 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 #F108CE is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 8 | 206 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.05 |
| HSL | 309.01º | 0.94% | 0.49% | - |
| HSV(B) | 309.01º | 0.97% | 0.95% | - |
| XYZ | 47.5 | 23.33 | 60.39 | - |
| YUV | 100.24 | 187.69 | 228.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 8 | 206 | 0 | 0.97 | 0.15 | 0.05 | 309.01 | 0.94 | 0.49 |
| Hex | F1 | 8 | CE | 0 | 61 | F | 5 | 135 | 5E | 31 |
| Octal | 361 | 10 | 316 | 0 | 141 | 17 | 5 | 465 | 136 | 61 |
| Binary | 11110001 | 1000 | 11001110 | 0 | 1100001 | 1111 | 101 | 100110101 | 1011110 | 110001 |
Color Harmonies of #F108CE
Complementary color
Monochromatic Colors of #F108CE
Black with #F108CE
Text Example
Text Example
White with #F108CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F108CE; }
p { color: rgb(241,8,206); }
H1.HeaderClassName
{
color: #F108CE;
}
.AnyTagClassName
{
color: #F108CE;
}
</style>
background-color css
<style>
a { background-color: #F108CE; }
a { background-color: rgb(241,8,206); }
div.DivClassName
{
background-color: #F108CE;
}
.BgClassName
{
background-color: #F108CE;
}
</style>
border-color css
<style>
span { border-color: #F108CE; }
span { border-color: rgb(241,8,206); }
td.TdClassName
{
border-color: #F108CE;
}
.TagClassName
{
border-color: #F108CE;
}
</style>