Shades of Hot Magenta #F105D4
Tints of Hot Magenta #F105D4
RGB
CMYK
RGB Variations
Color information
#F105D4 (or 0xF105D4) is known color: Hot Magenta. HEX triplet: F1, 05 and D4. RGB value is (241,5,212). Sum of RGB (Red+Green+Blue) = 241+5+212=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 5 (2.34% from 255 or 1.09% from 458); Blue value is 212 (83.20% from 255 or 46.29% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F105D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F105D4 is #0EFA2B. Grayscale: #626262. Windows color (decimal): -981548 or 13895153. OLE color: 13895153.
HSL color Cylindrical-coordinate representation of color #F105D4: hue angle of 307.37º 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 #F105D4 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 212 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.05 |
| HSL | 307.37º | 0.96% | 0.48% | - |
| HSV(B) | 307.37º | 0.98% | 0.95% | - |
| XYZ | 48.21 | 23.56 | 64.29 | - |
| YUV | 99.16 | 191.69 | 229.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 212 | 0 | 0.98 | 0.12 | 0.05 | 307.37 | 0.96 | 0.48 |
| Hex | F1 | 5 | D4 | 0 | 62 | C | 5 | 133 | 60 | 30 |
| Octal | 361 | 5 | 324 | 0 | 142 | 14 | 5 | 463 | 140 | 60 |
| Binary | 11110001 | 101 | 11010100 | 0 | 1100010 | 1100 | 101 | 100110011 | 1100000 | 110000 |
Color Harmonies of #F105D4
Complementary color
Monochromatic Colors of #F105D4
Black with #F105D4
Text Example
Text Example
White with #F105D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F105D4; }
p { color: rgb(241,5,212); }
H1.HeaderClassName
{
color: #F105D4;
}
.AnyTagClassName
{
color: #F105D4;
}
</style>
background-color css
<style>
a { background-color: #F105D4; }
a { background-color: rgb(241,5,212); }
div.DivClassName
{
background-color: #F105D4;
}
.BgClassName
{
background-color: #F105D4;
}
</style>
border-color css
<style>
span { border-color: #F105D4; }
span { border-color: rgb(241,5,212); }
td.TdClassName
{
border-color: #F105D4;
}
.TagClassName
{
border-color: #F105D4;
}
</style>