Shades of Magenta #F401FE
Tints of Magenta #F401FE
RGB
CMYK
RGB Variations
Color information
#F401FE (or 0xF401FE) is known color: Magenta. HEX triplet: F4, 01 and FE. RGB value is (244,1,254). Sum of RGB (Red+Green+Blue) = 244+1+254=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 1 (0.78% from 255 or 0.20% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #F401FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F401FE is #0BFE01. Grayscale: #656565. Windows color (decimal): -785922 or 16646644. OLE color: 16646644.
HSL color Cylindrical-coordinate representation of color #F401FE: hue angle of 297.63º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F401FE is Cyan = 0.04, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 1 | 254 | - |
| CMYK | 0.04 | 1.00 | 0 | 0.00 |
| HSL | 297.63º | 0.99% | 0.5% | - |
| HSV(B) | 297.63º | 1% | 1% | - |
| XYZ | 55.21 | 26.41 | 95.95 | - |
| YUV | 102.5 | 213.51 | 228.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 254 | 0.04 | 1.00 | 0 | 0.00 | 297.63 | 0.99 | 0.5 |
| Hex | F4 | 1 | FE | 4 | 64 | 0 | 0 | 12A | 63 | 32 |
| Octal | 364 | 1 | 376 | 4 | 144 | 0 | 0 | 452 | 143 | 62 |
| Binary | 11110100 | 1 | 11111110 | 100 | 1100100 | 0 | 0 | 100101010 | 1100011 | 110010 |
Color Harmonies of #F401FE
Complementary color
Monochromatic Colors of #F401FE
Black with #F401FE
Text Example
Text Example
White with #F401FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F401FE; }
p { color: rgb(244,1,254); }
H1.HeaderClassName
{
color: #F401FE;
}
.AnyTagClassName
{
color: #F401FE;
}
</style>
background-color css
<style>
a { background-color: #F401FE; }
a { background-color: rgb(244,1,254); }
div.DivClassName
{
background-color: #F401FE;
}
.BgClassName
{
background-color: #F401FE;
}
</style>
border-color css
<style>
span { border-color: #F401FE; }
span { border-color: rgb(244,1,254); }
td.TdClassName
{
border-color: #F401FE;
}
.TagClassName
{
border-color: #F401FE;
}
</style>