Shades of Hot Magenta #F400D4
Tints of Hot Magenta #F400D4
RGB
CMYK
RGB Variations
Color information
#F400D4 (or 0xF400D4) is known color: Hot Magenta. HEX triplet: F4, 00 and D4. RGB value is (244,0,212). Sum of RGB (Red+Green+Blue) = 244+0+212=456 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.51% from 456); Green value is 0 (0.39% from 255 or 0% from 456); Blue value is 212 (83.20% from 255 or 46.49% from 456); Max value from RGB is 244 - color contains mainly: red. Hex color #F400D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F400D4 is #0BFF2B. Grayscale: #606060. Windows color (decimal): -786220 or 13893876. OLE color: 13893876.
HSL color Cylindrical-coordinate representation of color #F400D4: hue angle of 307.87º 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 #F400D4 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 212 | - |
| CMYK | 0 | 1 | 0.13 | 0.04 |
| HSL | 307.87º | 1% | 0.48% | - |
| HSV(B) | 307.87º | 1% | 0.96% | - |
| XYZ | 49.19 | 23.99 | 64.32 | - |
| YUV | 97.12 | 192.84 | 232.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 212 | 0 | 1 | 0.13 | 0.04 | 307.87 | 1 | 0.48 |
| Hex | F4 | 0 | D4 | 0 | 64 | D | 4 | 134 | 64 | 30 |
| Octal | 364 | 0 | 324 | 0 | 144 | 15 | 4 | 464 | 144 | 60 |
| Binary | 11110100 | 0 | 11010100 | 0 | 1100100 | 1101 | 100 | 100110100 | 1100100 | 110000 |
Color Harmonies of #F400D4
Complementary color
Monochromatic Colors of #F400D4
Black with #F400D4
Text Example
Text Example
White with #F400D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F400D4; }
p { color: rgb(244,0,212); }
H1.HeaderClassName
{
color: #F400D4;
}
.AnyTagClassName
{
color: #F400D4;
}
</style>
background-color css
<style>
a { background-color: #F400D4; }
a { background-color: rgb(244,0,212); }
div.DivClassName
{
background-color: #F400D4;
}
.BgClassName
{
background-color: #F400D4;
}
</style>
border-color css
<style>
span { border-color: #F400D4; }
span { border-color: rgb(244,0,212); }
td.TdClassName
{
border-color: #F400D4;
}
.TagClassName
{
border-color: #F400D4;
}
</style>