Shades of Magenta #F407FF
Tints of Magenta #F407FF
RGB
CMYK
RGB Variations
Color information
#F407FF (or 0xF407FF) is known color: Magenta. HEX triplet: F4, 07 and FF. RGB value is (244,7,255). Sum of RGB (Red+Green+Blue) = 244+7+255=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 7 (3.12% from 255 or 1.38% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #F407FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F407FF is #0BF800. Grayscale: #696969. Windows color (decimal): -784385 or 16713716. OLE color: 16713716.
HSL color Cylindrical-coordinate representation of color #F407FF: hue angle of 297.34º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F407FF is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 7 | 255 | - |
| CMYK | 0.04 | 0.97 | 0 | 0 |
| HSL | 297.34º | 1% | 0.51% | - |
| HSV(B) | 297.34º | 0.97% | 1% | - |
| XYZ | 55.43 | 26.61 | 96.82 | - |
| YUV | 106.14 | 212.02 | 226.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 255 | 0.04 | 0.97 | 0 | 0 | 297.34 | 1 | 0.51 |
| Hex | F4 | 7 | FF | 4 | 61 | 0 | 0 | 129 | 64 | 33 |
| Octal | 364 | 7 | 377 | 4 | 141 | 0 | 0 | 451 | 144 | 63 |
| Binary | 11110100 | 111 | 11111111 | 100 | 1100001 | 0 | 0 | 100101001 | 1100100 | 110011 |
Color Harmonies of #F407FF
Complementary color
Monochromatic Colors of #F407FF
Black with #F407FF
Text Example
Text Example
White with #F407FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F407FF; }
p { color: rgb(244,7,255); }
H1.HeaderClassName
{
color: #F407FF;
}
.AnyTagClassName
{
color: #F407FF;
}
</style>
background-color css
<style>
a { background-color: #F407FF; }
a { background-color: rgb(244,7,255); }
div.DivClassName
{
background-color: #F407FF;
}
.BgClassName
{
background-color: #F407FF;
}
</style>
border-color css
<style>
span { border-color: #F407FF; }
span { border-color: rgb(244,7,255); }
td.TdClassName
{
border-color: #F407FF;
}
.TagClassName
{
border-color: #F407FF;
}
</style>