Shades of Magenta #F401F7
Tints of Magenta #F401F7
RGB
CMYK
RGB Variations
Color information
#F401F7 (or 0xF401F7) is known color: Magenta. HEX triplet: F4, 01 and F7. RGB value is (244,1,247). Sum of RGB (Red+Green+Blue) = 244+1+247=492 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.59% from 492); Green value is 1 (0.78% from 255 or 0.20% from 492); Blue value is 247 (96.88% from 255 or 50.20% from 492); Max value from RGB is 247 - color contains mainly: blue. Hex color #F401F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F401F7 is #0BFE08. Grayscale: #646464. Windows color (decimal): -785929 or 16187892. OLE color: 16187892.
HSL color Cylindrical-coordinate representation of color #F401F7: hue angle of 299.27º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F401F7 is Cyan = 0.01, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 244 | 1 | 247 | - |
| CMYK | 0.01 | 1.00 | 0 | 0.03 |
| HSL | 299.27º | 0.99% | 0.49% | - |
| HSV(B) | 299.27º | 1% | 0.97% | - |
| XYZ | 54.11 | 25.97 | 90.16 | - |
| YUV | 101.7 | 210.01 | 229.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 247 | 0.01 | 1.00 | 0 | 0.03 | 299.27 | 0.99 | 0.49 |
| Hex | F4 | 1 | F7 | 1 | 64 | 0 | 3 | 12B | 63 | 31 |
| Octal | 364 | 1 | 367 | 1 | 144 | 0 | 3 | 453 | 143 | 61 |
| Binary | 11110100 | 1 | 11110111 | 1 | 1100100 | 0 | 11 | 100101011 | 1100011 | 110001 |
Color Harmonies of #F401F7
Complementary color
Monochromatic Colors of #F401F7
Black with #F401F7
Text Example
Text Example
White with #F401F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F401F7; }
p { color: rgb(244,1,247); }
H1.HeaderClassName
{
color: #F401F7;
}
.AnyTagClassName
{
color: #F401F7;
}
</style>
background-color css
<style>
a { background-color: #F401F7; }
a { background-color: rgb(244,1,247); }
div.DivClassName
{
background-color: #F401F7;
}
.BgClassName
{
background-color: #F401F7;
}
</style>
border-color css
<style>
span { border-color: #F401F7; }
span { border-color: rgb(244,1,247); }
td.TdClassName
{
border-color: #F401F7;
}
.TagClassName
{
border-color: #F401F7;
}
</style>