Shades of Magenta #F40CE8
Tints of Magenta #F40CE8
RGB
CMYK
RGB Variations
Color information
#F40CE8 (or 0xF40CE8) is known color: Magenta. HEX triplet: F4, 0C and E8. RGB value is (244,12,232). Sum of RGB (Red+Green+Blue) = 244+12+232=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 12 (5.08% from 255 or 2.46% from 488); Blue value is 232 (91.02% from 255 or 47.54% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F40CE8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F40CE8 is #0BF317. Grayscale: #696969. Windows color (decimal): -783128 or 15207668. OLE color: 15207668.
HSL color Cylindrical-coordinate representation of color #F40CE8: hue angle of 303.1º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F40CE8 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 12 | 232 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.04 |
| HSL | 303.1º | 0.91% | 0.5% | - |
| HSV(B) | 303.1º | 0.95% | 0.96% | - |
| XYZ | 52.01 | 25.32 | 78.49 | - |
| YUV | 106.45 | 198.86 | 226.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 12 | 232 | 0 | 0.95 | 0.05 | 0.04 | 303.1 | 0.91 | 0.5 |
| Hex | F4 | C | E8 | 0 | 5F | 5 | 4 | 12F | 5B | 32 |
| Octal | 364 | 14 | 350 | 0 | 137 | 5 | 4 | 457 | 133 | 62 |
| Binary | 11110100 | 1100 | 11101000 | 0 | 1011111 | 101 | 100 | 100101111 | 1011011 | 110010 |
Color Harmonies of #F40CE8
Complementary color
Monochromatic Colors of #F40CE8
Black with #F40CE8
Text Example
Text Example
White with #F40CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40CE8; }
p { color: rgb(244,12,232); }
H1.HeaderClassName
{
color: #F40CE8;
}
.AnyTagClassName
{
color: #F40CE8;
}
</style>
background-color css
<style>
a { background-color: #F40CE8; }
a { background-color: rgb(244,12,232); }
div.DivClassName
{
background-color: #F40CE8;
}
.BgClassName
{
background-color: #F40CE8;
}
</style>
border-color css
<style>
span { border-color: #F40CE8; }
span { border-color: rgb(244,12,232); }
td.TdClassName
{
border-color: #F40CE8;
}
.TagClassName
{
border-color: #F40CE8;
}
</style>