Shades of Magenta #F401FA
Tints of Magenta #F401FA
RGB
CMYK
RGB Variations
Color information
#F401FA (or 0xF401FA) is known color: Magenta. HEX triplet: F4, 01 and FA. RGB value is (244,1,250). Sum of RGB (Red+Green+Blue) = 244+1+250=495 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.29% from 495); Green value is 1 (0.78% from 255 or 0.20% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #F401FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F401FA is #0BFE05. Grayscale: #656565. Windows color (decimal): -785926 or 16384500. OLE color: 16384500.
HSL color Cylindrical-coordinate representation of color #F401FA: hue angle of 298.55º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F401FA is Cyan = 0.02, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 1 | 250 | - |
| CMYK | 0.02 | 1.00 | 0 | 0.02 |
| HSL | 298.55º | 0.99% | 0.49% | - |
| HSV(B) | 298.55º | 1% | 0.98% | - |
| XYZ | 54.57 | 26.16 | 92.61 | - |
| YUV | 102.04 | 211.51 | 229.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 250 | 0.02 | 1.00 | 0 | 0.02 | 298.55 | 0.99 | 0.49 |
| Hex | F4 | 1 | FA | 2 | 64 | 0 | 2 | 12B | 63 | 31 |
| Octal | 364 | 1 | 372 | 2 | 144 | 0 | 2 | 453 | 143 | 61 |
| Binary | 11110100 | 1 | 11111010 | 10 | 1100100 | 0 | 10 | 100101011 | 1100011 | 110001 |
Color Harmonies of #F401FA
Complementary color
Monochromatic Colors of #F401FA
Black with #F401FA
Text Example
Text Example
White with #F401FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F401FA; }
p { color: rgb(244,1,250); }
H1.HeaderClassName
{
color: #F401FA;
}
.AnyTagClassName
{
color: #F401FA;
}
</style>
background-color css
<style>
a { background-color: #F401FA; }
a { background-color: rgb(244,1,250); }
div.DivClassName
{
background-color: #F401FA;
}
.BgClassName
{
background-color: #F401FA;
}
</style>
border-color css
<style>
span { border-color: #F401FA; }
span { border-color: rgb(244,1,250); }
td.TdClassName
{
border-color: #F401FA;
}
.TagClassName
{
border-color: #F401FA;
}
</style>