Shades of Magenta #F400FF
Tints of Magenta #F400FF
RGB
CMYK
RGB Variations
Color information
#F400FF (or 0xF400FF) is known color: Magenta. HEX triplet: F4, 00 and FF. RGB value is (244,0,255). Sum of RGB (Red+Green+Blue) = 244+0+255=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 0 (0.39% from 255 or 0% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #F400FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F400FF is #0BFF00. Grayscale: #656565. Windows color (decimal): -786177 or 16711924. OLE color: 16711924.
HSL color Cylindrical-coordinate representation of color #F400FF: hue angle of 297.41º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F400FF is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 0 | 255 | - |
| CMYK | 0.04 | 1 | 0 | 0 |
| HSL | 297.41º | 1% | 0.5% | - |
| HSV(B) | 297.41º | 1% | 1% | - |
| XYZ | 55.36 | 26.45 | 96.8 | - |
| YUV | 102.03 | 214.34 | 229.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 255 | 0.04 | 1 | 0 | 0 | 297.41 | 1 | 0.5 |
| Hex | F4 | 0 | FF | 4 | 64 | 0 | 0 | 129 | 64 | 32 |
| Octal | 364 | 0 | 377 | 4 | 144 | 0 | 0 | 451 | 144 | 62 |
| Binary | 11110100 | 0 | 11111111 | 100 | 1100100 | 0 | 0 | 100101001 | 1100100 | 110010 |
Color Harmonies of #F400FF
Complementary color
Monochromatic Colors of #F400FF
Black with #F400FF
Text Example
Text Example
White with #F400FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F400FF; }
p { color: rgb(244,0,255); }
H1.HeaderClassName
{
color: #F400FF;
}
.AnyTagClassName
{
color: #F400FF;
}
</style>
background-color css
<style>
a { background-color: #F400FF; }
a { background-color: rgb(244,0,255); }
div.DivClassName
{
background-color: #F400FF;
}
.BgClassName
{
background-color: #F400FF;
}
</style>
border-color css
<style>
span { border-color: #F400FF; }
span { border-color: rgb(244,0,255); }
td.TdClassName
{
border-color: #F400FF;
}
.TagClassName
{
border-color: #F400FF;
}
</style>