Shades of Hot Magenta #F10FDC
Tints of Hot Magenta #F10FDC
RGB
CMYK
RGB Variations
Color information
#F10FDC (or 0xF10FDC) is known color: Hot Magenta. HEX triplet: F1, 0F and DC. RGB value is (241,15,220). Sum of RGB (Red+Green+Blue) = 241+15+220=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 15 (6.25% from 255 or 3.15% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F10FDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10FDC is #0EF023. Grayscale: #696969. Windows color (decimal): -978980 or 14422001. OLE color: 14422001.
HSL color Cylindrical-coordinate representation of color #F10FDC: hue angle of 305.58º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10FDC is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 220 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.05 |
| HSL | 305.58º | 0.89% | 0.5% | - |
| HSV(B) | 305.58º | 0.94% | 0.95% | - |
| XYZ | 49.36 | 24.21 | 69.78 | - |
| YUV | 105.94 | 192.37 | 224.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 220 | 0 | 0.94 | 0.09 | 0.05 | 305.58 | 0.89 | 0.5 |
| Hex | F1 | F | DC | 0 | 5E | 9 | 5 | 132 | 59 | 32 |
| Octal | 361 | 17 | 334 | 0 | 136 | 11 | 5 | 462 | 131 | 62 |
| Binary | 11110001 | 1111 | 11011100 | 0 | 1011110 | 1001 | 101 | 100110010 | 1011001 | 110010 |
Color Harmonies of #F10FDC
Complementary color
Monochromatic Colors of #F10FDC
Black with #F10FDC
Text Example
Text Example
White with #F10FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10FDC; }
p { color: rgb(241,15,220); }
H1.HeaderClassName
{
color: #F10FDC;
}
.AnyTagClassName
{
color: #F10FDC;
}
</style>
background-color css
<style>
a { background-color: #F10FDC; }
a { background-color: rgb(241,15,220); }
div.DivClassName
{
background-color: #F10FDC;
}
.BgClassName
{
background-color: #F10FDC;
}
</style>
border-color css
<style>
span { border-color: #F10FDC; }
span { border-color: rgb(241,15,220); }
td.TdClassName
{
border-color: #F10FDC;
}
.TagClassName
{
border-color: #F10FDC;
}
</style>