Shades of Magenta #F407EA
Tints of Magenta #F407EA
RGB
CMYK
RGB Variations
Color information
#F407EA (or 0xF407EA) is known color: Magenta. HEX triplet: F4, 07 and EA. RGB value is (244,7,234). Sum of RGB (Red+Green+Blue) = 244+7+234=485 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.31% from 485); Green value is 7 (3.12% from 255 or 1.44% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 244 - color contains mainly: red. Hex color #F407EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F407EA is #0BF815. Grayscale: #676767. Windows color (decimal): -784406 or 15337460. OLE color: 15337460.
HSL color Cylindrical-coordinate representation of color #F407EA: hue angle of 302.53º 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 #F407EA is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 234 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.04 |
| HSL | 302.53º | 0.94% | 0.49% | - |
| HSV(B) | 302.53º | 0.97% | 0.96% | - |
| XYZ | 52.24 | 25.33 | 79.98 | - |
| YUV | 103.74 | 201.52 | 228.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 234 | 0 | 0.97 | 0.04 | 0.04 | 302.53 | 0.94 | 0.49 |
| Hex | F4 | 7 | EA | 0 | 61 | 4 | 4 | 12F | 5E | 31 |
| Octal | 364 | 7 | 352 | 0 | 141 | 4 | 4 | 457 | 136 | 61 |
| Binary | 11110100 | 111 | 11101010 | 0 | 1100001 | 100 | 100 | 100101111 | 1011110 | 110001 |
Color Harmonies of #F407EA
Complementary color
Monochromatic Colors of #F407EA
Black with #F407EA
Text Example
Text Example
White with #F407EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F407EA; }
p { color: rgb(244,7,234); }
H1.HeaderClassName
{
color: #F407EA;
}
.AnyTagClassName
{
color: #F407EA;
}
</style>
background-color css
<style>
a { background-color: #F407EA; }
a { background-color: rgb(244,7,234); }
div.DivClassName
{
background-color: #F407EA;
}
.BgClassName
{
background-color: #F407EA;
}
</style>
border-color css
<style>
span { border-color: #F407EA; }
span { border-color: rgb(244,7,234); }
td.TdClassName
{
border-color: #F407EA;
}
.TagClassName
{
border-color: #F407EA;
}
</style>