Shades of Magenta #F40CEB
Tints of Magenta #F40CEB
RGB
CMYK
RGB Variations
Color information
#F40CEB (or 0xF40CEB) is known color: Magenta. HEX triplet: F4, 0C and EB. RGB value is (244,12,235). Sum of RGB (Red+Green+Blue) = 244+12+235=491 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.69% from 491); Green value is 12 (5.08% from 255 or 2.44% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 244 - color contains mainly: red. Hex color #F40CEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F40CEB is #0BF314. Grayscale: #6A6A6A. Windows color (decimal): -783125 or 15404276. OLE color: 15404276.
HSL color Cylindrical-coordinate representation of color #F40CEB: hue angle of 302.33º 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 #F40CEB is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 12 | 235 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.04 |
| HSL | 302.33º | 0.91% | 0.5% | - |
| HSV(B) | 302.33º | 0.95% | 0.96% | - |
| XYZ | 52.44 | 25.49 | 80.75 | - |
| YUV | 106.79 | 200.36 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 12 | 235 | 0 | 0.95 | 0.04 | 0.04 | 302.33 | 0.91 | 0.5 |
| Hex | F4 | C | EB | 0 | 5F | 4 | 4 | 12E | 5B | 32 |
| Octal | 364 | 14 | 353 | 0 | 137 | 4 | 4 | 456 | 133 | 62 |
| Binary | 11110100 | 1100 | 11101011 | 0 | 1011111 | 100 | 100 | 100101110 | 1011011 | 110010 |
Color Harmonies of #F40CEB
Complementary color
Monochromatic Colors of #F40CEB
Black with #F40CEB
Text Example
Text Example
White with #F40CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40CEB; }
p { color: rgb(244,12,235); }
H1.HeaderClassName
{
color: #F40CEB;
}
.AnyTagClassName
{
color: #F40CEB;
}
</style>
background-color css
<style>
a { background-color: #F40CEB; }
a { background-color: rgb(244,12,235); }
div.DivClassName
{
background-color: #F40CEB;
}
.BgClassName
{
background-color: #F40CEB;
}
</style>
border-color css
<style>
span { border-color: #F40CEB; }
span { border-color: rgb(244,12,235); }
td.TdClassName
{
border-color: #F40CEB;
}
.TagClassName
{
border-color: #F40CEB;
}
</style>