Shades of Magenta #F400FC
Tints of Magenta #F400FC
RGB
CMYK
RGB Variations
Color information
#F400FC (or 0xF400FC) is known color: Magenta. HEX triplet: F4, 00 and FC. RGB value is (244,0,252). Sum of RGB (Red+Green+Blue) = 244+0+252=496 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.19% from 496); Green value is 0 (0.39% from 255 or 0% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #F400FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F400FC is #0BFF03. Grayscale: #646464. Windows color (decimal): -786180 or 16515316. OLE color: 16515316.
HSL color Cylindrical-coordinate representation of color #F400FC: hue angle of 298.1º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F400FC is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 0 | 252 | - |
| CMYK | 0.03 | 1 | 0 | 0.01 |
| HSL | 298.1º | 1% | 0.49% | - |
| HSV(B) | 298.1º | 1% | 0.99% | - |
| XYZ | 54.88 | 26.26 | 94.27 | - |
| YUV | 101.68 | 212.84 | 229.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 252 | 0.03 | 1 | 0 | 0.01 | 298.1 | 1 | 0.49 |
| Hex | F4 | 0 | FC | 3 | 64 | 0 | 1 | 12A | 64 | 31 |
| Octal | 364 | 0 | 374 | 3 | 144 | 0 | 1 | 452 | 144 | 61 |
| Binary | 11110100 | 0 | 11111100 | 11 | 1100100 | 0 | 1 | 100101010 | 1100100 | 110001 |
Color Harmonies of #F400FC
Complementary color
Monochromatic Colors of #F400FC
Black with #F400FC
Text Example
Text Example
White with #F400FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F400FC; }
p { color: rgb(244,0,252); }
H1.HeaderClassName
{
color: #F400FC;
}
.AnyTagClassName
{
color: #F400FC;
}
</style>
background-color css
<style>
a { background-color: #F400FC; }
a { background-color: rgb(244,0,252); }
div.DivClassName
{
background-color: #F400FC;
}
.BgClassName
{
background-color: #F400FC;
}
</style>
border-color css
<style>
span { border-color: #F400FC; }
span { border-color: rgb(244,0,252); }
td.TdClassName
{
border-color: #F400FC;
}
.TagClassName
{
border-color: #F400FC;
}
</style>