Shades of Magenta #F407FB
Tints of Magenta #F407FB
RGB
CMYK
RGB Variations
Color information
#F407FB (or 0xF407FB) is known color: Magenta. HEX triplet: F4, 07 and FB. RGB value is (244,7,251). Sum of RGB (Red+Green+Blue) = 244+7+251=502 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.61% from 502); Green value is 7 (3.12% from 255 or 1.39% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #F407FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F407FB is #0BF804. Grayscale: #686868. Windows color (decimal): -784389 or 16451572. OLE color: 16451572.
HSL color Cylindrical-coordinate representation of color #F407FB: hue angle of 298.28º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F407FB is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 7 | 251 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.02 |
| HSL | 298.28º | 0.97% | 0.51% | - |
| HSV(B) | 298.28º | 0.97% | 0.98% | - |
| XYZ | 54.8 | 26.35 | 93.46 | - |
| YUV | 105.68 | 210.02 | 226.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 251 | 0.03 | 0.97 | 0 | 0.02 | 298.28 | 0.97 | 0.51 |
| Hex | F4 | 7 | FB | 3 | 61 | 0 | 2 | 12A | 61 | 33 |
| Octal | 364 | 7 | 373 | 3 | 141 | 0 | 2 | 452 | 141 | 63 |
| Binary | 11110100 | 111 | 11111011 | 11 | 1100001 | 0 | 10 | 100101010 | 1100001 | 110011 |
Color Harmonies of #F407FB
Complementary color
Monochromatic Colors of #F407FB
Black with #F407FB
Text Example
Text Example
White with #F407FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F407FB; }
p { color: rgb(244,7,251); }
H1.HeaderClassName
{
color: #F407FB;
}
.AnyTagClassName
{
color: #F407FB;
}
</style>
background-color css
<style>
a { background-color: #F407FB; }
a { background-color: rgb(244,7,251); }
div.DivClassName
{
background-color: #F407FB;
}
.BgClassName
{
background-color: #F407FB;
}
</style>
border-color css
<style>
span { border-color: #F407FB; }
span { border-color: rgb(244,7,251); }
td.TdClassName
{
border-color: #F407FB;
}
.TagClassName
{
border-color: #F407FB;
}
</style>