Shades of Hot Magenta #F400C1
Tints of Hot Magenta #F400C1
RGB
CMYK
RGB Variations
Color information
#F400C1 (or 0xF400C1) is known color: Hot Magenta. HEX triplet: F4, 00 and C1. RGB value is (244,0,193). Sum of RGB (Red+Green+Blue) = 244+0+193=437 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.84% from 437); Green value is 0 (0.39% from 255 or 0% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 244 - color contains mainly: red. Hex color #F400C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F400C1 is #0BFF3E. Grayscale: #5E5E5E. Windows color (decimal): -786239 or 12648692. OLE color: 12648692.
HSL color Cylindrical-coordinate representation of color #F400C1: hue angle of 312.54º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F400C1 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 193 | - |
| CMYK | 0 | 1 | 0.21 | 0.04 |
| HSL | 312.54º | 1% | 0.48% | - |
| HSV(B) | 312.54º | 1% | 0.96% | - |
| XYZ | 46.93 | 23.08 | 52.43 | - |
| YUV | 94.96 | 183.34 | 234.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 193 | 0 | 1 | 0.21 | 0.04 | 312.54 | 1 | 0.48 |
| Hex | F4 | 0 | C1 | 0 | 64 | 15 | 4 | 139 | 64 | 30 |
| Octal | 364 | 0 | 301 | 0 | 144 | 25 | 4 | 471 | 144 | 60 |
| Binary | 11110100 | 0 | 11000001 | 0 | 1100100 | 10101 | 100 | 100111001 | 1100100 | 110000 |
Color Harmonies of #F400C1
Complementary color
Monochromatic Colors of #F400C1
Black with #F400C1
Text Example
Text Example
White with #F400C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F400C1; }
p { color: rgb(244,0,193); }
H1.HeaderClassName
{
color: #F400C1;
}
.AnyTagClassName
{
color: #F400C1;
}
</style>
background-color css
<style>
a { background-color: #F400C1; }
a { background-color: rgb(244,0,193); }
div.DivClassName
{
background-color: #F400C1;
}
.BgClassName
{
background-color: #F400C1;
}
</style>
border-color css
<style>
span { border-color: #F400C1; }
span { border-color: rgb(244,0,193); }
td.TdClassName
{
border-color: #F400C1;
}
.TagClassName
{
border-color: #F400C1;
}
</style>