Shades of Magenta #F406FA
Tints of Magenta #F406FA
RGB
CMYK
RGB Variations
Color information
#F406FA (or 0xF406FA) is known color: Magenta. HEX triplet: F4, 06 and FA. RGB value is (244,6,250). Sum of RGB (Red+Green+Blue) = 244+6+250=500 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.8% from 500); Green value is 6 (2.73% from 255 or 1.2% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #F406FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F406FA is #0BF905. Grayscale: #686868. Windows color (decimal): -784646 or 16385780. OLE color: 16385780.
HSL color Cylindrical-coordinate representation of color #F406FA: hue angle of 298.52º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F406FA is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 6 | 250 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.02 |
| HSL | 298.52º | 0.96% | 0.5% | - |
| HSV(B) | 298.52º | 0.98% | 0.98% | - |
| XYZ | 54.63 | 26.27 | 92.63 | - |
| YUV | 104.98 | 209.85 | 227.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 6 | 250 | 0.02 | 0.98 | 0 | 0.02 | 298.52 | 0.96 | 0.5 |
| Hex | F4 | 6 | FA | 2 | 62 | 0 | 2 | 12B | 60 | 32 |
| Octal | 364 | 6 | 372 | 2 | 142 | 0 | 2 | 453 | 140 | 62 |
| Binary | 11110100 | 110 | 11111010 | 10 | 1100010 | 0 | 10 | 100101011 | 1100000 | 110010 |
Color Harmonies of #F406FA
Complementary color
Monochromatic Colors of #F406FA
Black with #F406FA
Text Example
Text Example
White with #F406FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F406FA; }
p { color: rgb(244,6,250); }
H1.HeaderClassName
{
color: #F406FA;
}
.AnyTagClassName
{
color: #F406FA;
}
</style>
background-color css
<style>
a { background-color: #F406FA; }
a { background-color: rgb(244,6,250); }
div.DivClassName
{
background-color: #F406FA;
}
.BgClassName
{
background-color: #F406FA;
}
</style>
border-color css
<style>
span { border-color: #F406FA; }
span { border-color: rgb(244,6,250); }
td.TdClassName
{
border-color: #F406FA;
}
.TagClassName
{
border-color: #F406FA;
}
</style>