Shades of Magenta #F407E7
Tints of Magenta #F407E7
RGB
CMYK
RGB Variations
Color information
#F407E7 (or 0xF407E7) is known color: Magenta. HEX triplet: F4, 07 and E7. RGB value is (244,7,231). Sum of RGB (Red+Green+Blue) = 244+7+231=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 7 (3.12% from 255 or 1.45% from 482); Blue value is 231 (90.62% from 255 or 47.93% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F407E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F407E7 is #0BF818. Grayscale: #666666. Windows color (decimal): -784409 or 15140852. OLE color: 15140852.
HSL color Cylindrical-coordinate representation of color #F407E7: hue angle of 303.29º 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 #F407E7 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 231 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.04 |
| HSL | 303.29º | 0.94% | 0.49% | - |
| HSV(B) | 303.29º | 0.97% | 0.96% | - |
| XYZ | 51.81 | 25.15 | 77.73 | - |
| YUV | 103.4 | 200.02 | 228.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 231 | 0 | 0.97 | 0.05 | 0.04 | 303.29 | 0.94 | 0.49 |
| Hex | F4 | 7 | E7 | 0 | 61 | 5 | 4 | 12F | 5E | 31 |
| Octal | 364 | 7 | 347 | 0 | 141 | 5 | 4 | 457 | 136 | 61 |
| Binary | 11110100 | 111 | 11100111 | 0 | 1100001 | 101 | 100 | 100101111 | 1011110 | 110001 |
Color Harmonies of #F407E7
Complementary color
Monochromatic Colors of #F407E7
Black with #F407E7
Text Example
Text Example
White with #F407E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F407E7; }
p { color: rgb(244,7,231); }
H1.HeaderClassName
{
color: #F407E7;
}
.AnyTagClassName
{
color: #F407E7;
}
</style>
background-color css
<style>
a { background-color: #F407E7; }
a { background-color: rgb(244,7,231); }
div.DivClassName
{
background-color: #F407E7;
}
.BgClassName
{
background-color: #F407E7;
}
</style>
border-color css
<style>
span { border-color: #F407E7; }
span { border-color: rgb(244,7,231); }
td.TdClassName
{
border-color: #F407E7;
}
.TagClassName
{
border-color: #F407E7;
}
</style>