Shades of Hot Magenta #F001C7
Tints of Hot Magenta #F001C7
RGB
CMYK
RGB Variations
Color information
#F001C7 (or 0xF001C7) is known color: Hot Magenta. HEX triplet: F0, 01 and C7. RGB value is (240,1,199). Sum of RGB (Red+Green+Blue) = 240+1+199=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 1 (0.78% from 255 or 0.23% from 440); Blue value is 199 (78.12% from 255 or 45.23% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F001C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F001C7 is #0FFE38. Grayscale: #5E5E5E. Windows color (decimal): -1048121 or 13042160. OLE color: 13042160.
HSL color Cylindrical-coordinate representation of color #F001C7: hue angle of 310.29º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F001C7 is Cyan = 0, Magento = 1.00, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 199 | - |
| CMYK | 0 | 1.00 | 0.17 | 0.06 |
| HSL | 310.29º | 0.99% | 0.47% | - |
| HSV(B) | 310.29º | 1% | 0.94% | - |
| XYZ | 46.25 | 22.67 | 55.97 | - |
| YUV | 95.03 | 186.68 | 231.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 199 | 0 | 1.00 | 0.17 | 0.06 | 310.29 | 0.99 | 0.47 |
| Hex | F0 | 1 | C7 | 0 | 64 | 11 | 6 | 136 | 63 | 2F |
| Octal | 360 | 1 | 307 | 0 | 144 | 21 | 6 | 466 | 143 | 57 |
| Binary | 11110000 | 1 | 11000111 | 0 | 1100100 | 10001 | 110 | 100110110 | 1100011 | 101111 |
Color Harmonies of #F001C7
Complementary color
Monochromatic Colors of #F001C7
Black with #F001C7
Text Example
Text Example
White with #F001C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F001C7; }
p { color: rgb(240,1,199); }
H1.HeaderClassName
{
color: #F001C7;
}
.AnyTagClassName
{
color: #F001C7;
}
</style>
background-color css
<style>
a { background-color: #F001C7; }
a { background-color: rgb(240,1,199); }
div.DivClassName
{
background-color: #F001C7;
}
.BgClassName
{
background-color: #F001C7;
}
</style>
border-color css
<style>
span { border-color: #F001C7; }
span { border-color: rgb(240,1,199); }
td.TdClassName
{
border-color: #F001C7;
}
.TagClassName
{
border-color: #F001C7;
}
</style>