Shades of Magenta #F407FE
Tints of Magenta #F407FE
RGB
CMYK
RGB Variations
Color information
#F407FE (or 0xF407FE) is known color: Magenta. HEX triplet: F4, 07 and FE. RGB value is (244,7,254). Sum of RGB (Red+Green+Blue) = 244+7+254=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 7 (3.12% from 255 or 1.39% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #F407FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F407FE is #0BF801. Grayscale: #696969. Windows color (decimal): -784386 or 16648180. OLE color: 16648180.
HSL color Cylindrical-coordinate representation of color #F407FE: hue angle of 297.57º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F407FE is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 7 | 254 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.00 |
| HSL | 297.57º | 0.99% | 0.51% | - |
| HSV(B) | 297.57º | 0.97% | 1% | - |
| XYZ | 55.27 | 26.54 | 95.98 | - |
| YUV | 106.02 | 211.52 | 226.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 254 | 0.04 | 0.97 | 0 | 0.00 | 297.57 | 0.99 | 0.51 |
| Hex | F4 | 7 | FE | 4 | 61 | 0 | 0 | 12A | 63 | 33 |
| Octal | 364 | 7 | 376 | 4 | 141 | 0 | 0 | 452 | 143 | 63 |
| Binary | 11110100 | 111 | 11111110 | 100 | 1100001 | 0 | 0 | 100101010 | 1100011 | 110011 |
Color Harmonies of #F407FE
Complementary color
Monochromatic Colors of #F407FE
Black with #F407FE
Text Example
Text Example
White with #F407FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F407FE; }
p { color: rgb(244,7,254); }
H1.HeaderClassName
{
color: #F407FE;
}
.AnyTagClassName
{
color: #F407FE;
}
</style>
background-color css
<style>
a { background-color: #F407FE; }
a { background-color: rgb(244,7,254); }
div.DivClassName
{
background-color: #F407FE;
}
.BgClassName
{
background-color: #F407FE;
}
</style>
border-color css
<style>
span { border-color: #F407FE; }
span { border-color: rgb(244,7,254); }
td.TdClassName
{
border-color: #F407FE;
}
.TagClassName
{
border-color: #F407FE;
}
</style>