Shades of Magenta #F401FC
Tints of Magenta #F401FC
RGB
CMYK
RGB Variations
Color information
#F401FC (or 0xF401FC) is known color: Magenta. HEX triplet: F4, 01 and FC. RGB value is (244,1,252). Sum of RGB (Red+Green+Blue) = 244+1+252=497 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.09% from 497); Green value is 1 (0.78% from 255 or 0.20% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #F401FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F401FC is #0BFE03. Grayscale: #656565. Windows color (decimal): -785924 or 16515572. OLE color: 16515572.
HSL color Cylindrical-coordinate representation of color #F401FC: hue angle of 298.09º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F401FC is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 1 | 252 | - |
| CMYK | 0.03 | 1.00 | 0 | 0.01 |
| HSL | 298.09º | 0.99% | 0.5% | - |
| HSV(B) | 298.09º | 1% | 0.99% | - |
| XYZ | 54.89 | 26.28 | 94.28 | - |
| YUV | 102.27 | 212.51 | 229.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 252 | 0.03 | 1.00 | 0 | 0.01 | 298.09 | 0.99 | 0.5 |
| Hex | F4 | 1 | FC | 3 | 64 | 0 | 1 | 12A | 63 | 32 |
| Octal | 364 | 1 | 374 | 3 | 144 | 0 | 1 | 452 | 143 | 62 |
| Binary | 11110100 | 1 | 11111100 | 11 | 1100100 | 0 | 1 | 100101010 | 1100011 | 110010 |
Color Harmonies of #F401FC
Complementary color
Monochromatic Colors of #F401FC
Black with #F401FC
Text Example
Text Example
White with #F401FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F401FC; }
p { color: rgb(244,1,252); }
H1.HeaderClassName
{
color: #F401FC;
}
.AnyTagClassName
{
color: #F401FC;
}
</style>
background-color css
<style>
a { background-color: #F401FC; }
a { background-color: rgb(244,1,252); }
div.DivClassName
{
background-color: #F401FC;
}
.BgClassName
{
background-color: #F401FC;
}
</style>
border-color css
<style>
span { border-color: #F401FC; }
span { border-color: rgb(244,1,252); }
td.TdClassName
{
border-color: #F401FC;
}
.TagClassName
{
border-color: #F401FC;
}
</style>