Shades of Hot Magenta #F105D0
Tints of Hot Magenta #F105D0
RGB
CMYK
RGB Variations
Color information
#F105D0 (or 0xF105D0) is known color: Hot Magenta. HEX triplet: F1, 05 and D0. RGB value is (241,5,208). Sum of RGB (Red+Green+Blue) = 241+5+208=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 5 (2.34% from 255 or 1.10% from 454); Blue value is 208 (81.64% from 255 or 45.81% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F105D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F105D0 is #0EFA2F. Grayscale: #626262. Windows color (decimal): -981552 or 13633009. OLE color: 13633009.
HSL color Cylindrical-coordinate representation of color #F105D0: hue angle of 308.39º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F105D0 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 208 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.05 |
| HSL | 308.39º | 0.96% | 0.48% | - |
| HSV(B) | 308.39º | 0.98% | 0.95% | - |
| XYZ | 47.72 | 23.36 | 61.67 | - |
| YUV | 98.71 | 189.69 | 229.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 208 | 0 | 0.98 | 0.14 | 0.05 | 308.39 | 0.96 | 0.48 |
| Hex | F1 | 5 | D0 | 0 | 62 | E | 5 | 134 | 60 | 30 |
| Octal | 361 | 5 | 320 | 0 | 142 | 16 | 5 | 464 | 140 | 60 |
| Binary | 11110001 | 101 | 11010000 | 0 | 1100010 | 1110 | 101 | 100110100 | 1100000 | 110000 |
Color Harmonies of #F105D0
Complementary color
Monochromatic Colors of #F105D0
Black with #F105D0
Text Example
Text Example
White with #F105D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F105D0; }
p { color: rgb(241,5,208); }
H1.HeaderClassName
{
color: #F105D0;
}
.AnyTagClassName
{
color: #F105D0;
}
</style>
background-color css
<style>
a { background-color: #F105D0; }
a { background-color: rgb(241,5,208); }
div.DivClassName
{
background-color: #F105D0;
}
.BgClassName
{
background-color: #F105D0;
}
</style>
border-color css
<style>
span { border-color: #F105D0; }
span { border-color: rgb(241,5,208); }
td.TdClassName
{
border-color: #F105D0;
}
.TagClassName
{
border-color: #F105D0;
}
</style>