Shades of Hot Magenta #F001C3
Tints of Hot Magenta #F001C3
RGB
CMYK
RGB Variations
Color information
#F001C3 (or 0xF001C3) is known color: Hot Magenta. HEX triplet: F0, 01 and C3. RGB value is (240,1,195). Sum of RGB (Red+Green+Blue) = 240+1+195=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 1 (0.78% from 255 or 0.23% from 436); Blue value is 195 (76.56% from 255 or 44.72% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F001C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F001C3 is #0FFE3C. Grayscale: #5E5E5E. Windows color (decimal): -1048125 or 12780016. OLE color: 12780016.
HSL color Cylindrical-coordinate representation of color #F001C3: hue angle of 311.3º 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 #F001C3 is Cyan = 0, Magento = 1.00, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 195 | - |
| CMYK | 0 | 1.00 | 0.19 | 0.06 |
| HSL | 311.3º | 0.99% | 0.47% | - |
| HSV(B) | 311.3º | 1% | 0.94% | - |
| XYZ | 45.8 | 22.49 | 53.56 | - |
| YUV | 94.58 | 184.68 | 231.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 195 | 0 | 1.00 | 0.19 | 0.06 | 311.3 | 0.99 | 0.47 |
| Hex | F0 | 1 | C3 | 0 | 64 | 13 | 6 | 137 | 63 | 2F |
| Octal | 360 | 1 | 303 | 0 | 144 | 23 | 6 | 467 | 143 | 57 |
| Binary | 11110000 | 1 | 11000011 | 0 | 1100100 | 10011 | 110 | 100110111 | 1100011 | 101111 |
Color Harmonies of #F001C3
Complementary color
Monochromatic Colors of #F001C3
Black with #F001C3
Text Example
Text Example
White with #F001C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F001C3; }
p { color: rgb(240,1,195); }
H1.HeaderClassName
{
color: #F001C3;
}
.AnyTagClassName
{
color: #F001C3;
}
</style>
background-color css
<style>
a { background-color: #F001C3; }
a { background-color: rgb(240,1,195); }
div.DivClassName
{
background-color: #F001C3;
}
.BgClassName
{
background-color: #F001C3;
}
</style>
border-color css
<style>
span { border-color: #F001C3; }
span { border-color: rgb(240,1,195); }
td.TdClassName
{
border-color: #F001C3;
}
.TagClassName
{
border-color: #F001C3;
}
</style>