Shades of Magenta #F401FF
Tints of Magenta #F401FF
RGB
CMYK
RGB Variations
Color information
#F401FF (or 0xF401FF) is known color: Magenta. HEX triplet: F4, 01 and FF. RGB value is (244,1,255). Sum of RGB (Red+Green+Blue) = 244+1+255=500 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.8% from 500); Green value is 1 (0.78% from 255 or 0.2% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #F401FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F401FF is #0BFE00. Grayscale: #656565. Windows color (decimal): -785921 or 16712180. OLE color: 16712180.
HSL color Cylindrical-coordinate representation of color #F401FF: hue angle of 297.4º 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 #F401FF is Cyan = 0.04, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 1 | 255 | - |
| CMYK | 0.04 | 1.00 | 0 | 0 |
| HSL | 297.4º | 1% | 0.5% | - |
| HSV(B) | 297.4º | 1% | 1% | - |
| XYZ | 55.37 | 26.47 | 96.8 | - |
| YUV | 102.61 | 214.01 | 228.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 255 | 0.04 | 1.00 | 0 | 0 | 297.4 | 1 | 0.5 |
| Hex | F4 | 1 | FF | 4 | 64 | 0 | 0 | 129 | 64 | 32 |
| Octal | 364 | 1 | 377 | 4 | 144 | 0 | 0 | 451 | 144 | 62 |
| Binary | 11110100 | 1 | 11111111 | 100 | 1100100 | 0 | 0 | 100101001 | 1100100 | 110010 |
Color Harmonies of #F401FF
Complementary color
Monochromatic Colors of #F401FF
Black with #F401FF
Text Example
Text Example
White with #F401FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F401FF; }
p { color: rgb(244,1,255); }
H1.HeaderClassName
{
color: #F401FF;
}
.AnyTagClassName
{
color: #F401FF;
}
</style>
background-color css
<style>
a { background-color: #F401FF; }
a { background-color: rgb(244,1,255); }
div.DivClassName
{
background-color: #F401FF;
}
.BgClassName
{
background-color: #F401FF;
}
</style>
border-color css
<style>
span { border-color: #F401FF; }
span { border-color: rgb(244,1,255); }
td.TdClassName
{
border-color: #F401FF;
}
.TagClassName
{
border-color: #F401FF;
}
</style>