Shades of Hot Magenta #F400CD
Tints of Hot Magenta #F400CD
RGB
CMYK
RGB Variations
Color information
#F400CD (or 0xF400CD) is known color: Hot Magenta. HEX triplet: F4, 00 and CD. RGB value is (244,0,205). Sum of RGB (Red+Green+Blue) = 244+0+205=449 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.34% from 449); Green value is 0 (0.39% from 255 or 0% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 244 - color contains mainly: red. Hex color #F400CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F400CD is #0BFF32. Grayscale: #5F5F5F. Windows color (decimal): -786227 or 13435124. OLE color: 13435124.
HSL color Cylindrical-coordinate representation of color #F400CD: hue angle of 309.59º 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 #F400CD is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 205 | - |
| CMYK | 0 | 1 | 0.16 | 0.04 |
| HSL | 309.59º | 1% | 0.48% | - |
| HSV(B) | 309.59º | 1% | 0.96% | - |
| XYZ | 48.33 | 23.64 | 59.77 | - |
| YUV | 96.33 | 189.34 | 233.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 205 | 0 | 1 | 0.16 | 0.04 | 309.59 | 1 | 0.48 |
| Hex | F4 | 0 | CD | 0 | 64 | 10 | 4 | 136 | 64 | 30 |
| Octal | 364 | 0 | 315 | 0 | 144 | 20 | 4 | 466 | 144 | 60 |
| Binary | 11110100 | 0 | 11001101 | 0 | 1100100 | 10000 | 100 | 100110110 | 1100100 | 110000 |
Color Harmonies of #F400CD
Complementary color
Monochromatic Colors of #F400CD
Black with #F400CD
Text Example
Text Example
White with #F400CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F400CD; }
p { color: rgb(244,0,205); }
H1.HeaderClassName
{
color: #F400CD;
}
.AnyTagClassName
{
color: #F400CD;
}
</style>
background-color css
<style>
a { background-color: #F400CD; }
a { background-color: rgb(244,0,205); }
div.DivClassName
{
background-color: #F400CD;
}
.BgClassName
{
background-color: #F400CD;
}
</style>
border-color css
<style>
span { border-color: #F400CD; }
span { border-color: rgb(244,0,205); }
td.TdClassName
{
border-color: #F400CD;
}
.TagClassName
{
border-color: #F400CD;
}
</style>