Shades of Magenta #F406E8
Tints of Magenta #F406E8
RGB
CMYK
RGB Variations
Color information
#F406E8 (or 0xF406E8) is known color: Magenta. HEX triplet: F4, 06 and E8. RGB value is (244,6,232). Sum of RGB (Red+Green+Blue) = 244+6+232=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 6 (2.73% from 255 or 1.24% from 482); Blue value is 232 (91.02% from 255 or 48.13% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F406E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F406E8 is #0BF917. Grayscale: #666666. Windows color (decimal): -784664 or 15206132. OLE color: 15206132.
HSL color Cylindrical-coordinate representation of color #F406E8: hue angle of 303.03º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F406E8 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 6 | 232 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.04 |
| HSL | 303.03º | 0.95% | 0.49% | - |
| HSV(B) | 303.03º | 0.98% | 0.96% | - |
| XYZ | 51.94 | 25.19 | 78.47 | - |
| YUV | 102.93 | 200.85 | 228.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 6 | 232 | 0 | 0.98 | 0.05 | 0.04 | 303.03 | 0.95 | 0.49 |
| Hex | F4 | 6 | E8 | 0 | 62 | 5 | 4 | 12F | 5F | 31 |
| Octal | 364 | 6 | 350 | 0 | 142 | 5 | 4 | 457 | 137 | 61 |
| Binary | 11110100 | 110 | 11101000 | 0 | 1100010 | 101 | 100 | 100101111 | 1011111 | 110001 |
Color Harmonies of #F406E8
Complementary color
Monochromatic Colors of #F406E8
Black with #F406E8
Text Example
Text Example
White with #F406E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F406E8; }
p { color: rgb(244,6,232); }
H1.HeaderClassName
{
color: #F406E8;
}
.AnyTagClassName
{
color: #F406E8;
}
</style>
background-color css
<style>
a { background-color: #F406E8; }
a { background-color: rgb(244,6,232); }
div.DivClassName
{
background-color: #F406E8;
}
.BgClassName
{
background-color: #F406E8;
}
</style>
border-color css
<style>
span { border-color: #F406E8; }
span { border-color: rgb(244,6,232); }
td.TdClassName
{
border-color: #F406E8;
}
.TagClassName
{
border-color: #F406E8;
}
</style>