Shades of Hot Magenta #F001C1
Tints of Hot Magenta #F001C1
RGB
CMYK
RGB Variations
Color information
#F001C1 (or 0xF001C1) is known color: Hot Magenta. HEX triplet: F0, 01 and C1. RGB value is (240,1,193). Sum of RGB (Red+Green+Blue) = 240+1+193=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 1 (0.78% from 255 or 0.23% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F001C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F001C1 is #0FFE3E. Grayscale: #5D5D5D. Windows color (decimal): -1048127 or 12648944. OLE color: 12648944.
HSL color Cylindrical-coordinate representation of color #F001C1: hue angle of 311.8º 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 #F001C1 is Cyan = 0, Magento = 1.00, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 193 | - |
| CMYK | 0 | 1.00 | 0.20 | 0.06 |
| HSL | 311.8º | 0.99% | 0.47% | - |
| HSV(B) | 311.8º | 1% | 0.94% | - |
| XYZ | 45.57 | 22.4 | 52.37 | - |
| YUV | 94.35 | 183.68 | 231.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 193 | 0 | 1.00 | 0.20 | 0.06 | 311.8 | 0.99 | 0.47 |
| Hex | F0 | 1 | C1 | 0 | 64 | 14 | 6 | 138 | 63 | 2F |
| Octal | 360 | 1 | 301 | 0 | 144 | 24 | 6 | 470 | 143 | 57 |
| Binary | 11110000 | 1 | 11000001 | 0 | 1100100 | 10100 | 110 | 100111000 | 1100011 | 101111 |
Color Harmonies of #F001C1
Complementary color
Monochromatic Colors of #F001C1
Black with #F001C1
Text Example
Text Example
White with #F001C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F001C1; }
p { color: rgb(240,1,193); }
H1.HeaderClassName
{
color: #F001C1;
}
.AnyTagClassName
{
color: #F001C1;
}
</style>
background-color css
<style>
a { background-color: #F001C1; }
a { background-color: rgb(240,1,193); }
div.DivClassName
{
background-color: #F001C1;
}
.BgClassName
{
background-color: #F001C1;
}
</style>
border-color css
<style>
span { border-color: #F001C1; }
span { border-color: rgb(240,1,193); }
td.TdClassName
{
border-color: #F001C1;
}
.TagClassName
{
border-color: #F001C1;
}
</style>