Shades of Magenta #F406FE
Tints of Magenta #F406FE
RGB
CMYK
RGB Variations
Color information
#F406FE (or 0xF406FE) is known color: Magenta. HEX triplet: F4, 06 and FE. RGB value is (244,6,254). Sum of RGB (Red+Green+Blue) = 244+6+254=504 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.41% from 504); Green value is 6 (2.73% from 255 or 1.19% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #F406FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F406FE is #0BF901. Grayscale: #686868. Windows color (decimal): -784642 or 16647924. OLE color: 16647924.
HSL color Cylindrical-coordinate representation of color #F406FE: hue angle of 297.58º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F406FE is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 6 | 254 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.00 |
| HSL | 297.58º | 0.99% | 0.51% | - |
| HSV(B) | 297.58º | 0.98% | 1% | - |
| XYZ | 55.26 | 26.52 | 95.97 | - |
| YUV | 105.43 | 211.85 | 226.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 6 | 254 | 0.04 | 0.98 | 0 | 0.00 | 297.58 | 0.99 | 0.51 |
| Hex | F4 | 6 | FE | 4 | 62 | 0 | 0 | 12A | 63 | 33 |
| Octal | 364 | 6 | 376 | 4 | 142 | 0 | 0 | 452 | 143 | 63 |
| Binary | 11110100 | 110 | 11111110 | 100 | 1100010 | 0 | 0 | 100101010 | 1100011 | 110011 |
Color Harmonies of #F406FE
Complementary color
Monochromatic Colors of #F406FE
Black with #F406FE
Text Example
Text Example
White with #F406FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F406FE; }
p { color: rgb(244,6,254); }
H1.HeaderClassName
{
color: #F406FE;
}
.AnyTagClassName
{
color: #F406FE;
}
</style>
background-color css
<style>
a { background-color: #F406FE; }
a { background-color: rgb(244,6,254); }
div.DivClassName
{
background-color: #F406FE;
}
.BgClassName
{
background-color: #F406FE;
}
</style>
border-color css
<style>
span { border-color: #F406FE; }
span { border-color: rgb(244,6,254); }
td.TdClassName
{
border-color: #F406FE;
}
.TagClassName
{
border-color: #F406FE;
}
</style>