Shades of Magenta #F407E8
Tints of Magenta #F407E8
RGB
CMYK
RGB Variations
Color information
#F407E8 (or 0xF407E8) is known color: Magenta. HEX triplet: F4, 07 and E8. RGB value is (244,7,232). Sum of RGB (Red+Green+Blue) = 244+7+232=483 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.52% from 483); Green value is 7 (3.12% from 255 or 1.45% from 483); Blue value is 232 (91.02% from 255 or 48.03% from 483); Max value from RGB is 244 - color contains mainly: red. Hex color #F407E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F407E8 is #0BF817. Grayscale: #666666. Windows color (decimal): -784408 or 15206388. OLE color: 15206388.
HSL color Cylindrical-coordinate representation of color #F407E8: hue angle of 303.04º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F407E8 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 232 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.04 |
| HSL | 303.04º | 0.94% | 0.49% | - |
| HSV(B) | 303.04º | 0.97% | 0.96% | - |
| XYZ | 51.95 | 25.21 | 78.47 | - |
| YUV | 103.51 | 200.52 | 228.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 232 | 0 | 0.97 | 0.05 | 0.04 | 303.04 | 0.94 | 0.49 |
| Hex | F4 | 7 | E8 | 0 | 61 | 5 | 4 | 12F | 5E | 31 |
| Octal | 364 | 7 | 350 | 0 | 141 | 5 | 4 | 457 | 136 | 61 |
| Binary | 11110100 | 111 | 11101000 | 0 | 1100001 | 101 | 100 | 100101111 | 1011110 | 110001 |
Color Harmonies of #F407E8
Complementary color
Monochromatic Colors of #F407E8
Black with #F407E8
Text Example
Text Example
White with #F407E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F407E8; }
p { color: rgb(244,7,232); }
H1.HeaderClassName
{
color: #F407E8;
}
.AnyTagClassName
{
color: #F407E8;
}
</style>
background-color css
<style>
a { background-color: #F407E8; }
a { background-color: rgb(244,7,232); }
div.DivClassName
{
background-color: #F407E8;
}
.BgClassName
{
background-color: #F407E8;
}
</style>
border-color css
<style>
span { border-color: #F407E8; }
span { border-color: rgb(244,7,232); }
td.TdClassName
{
border-color: #F407E8;
}
.TagClassName
{
border-color: #F407E8;
}
</style>