Shades of Magenta #F40BEE
Tints of Magenta #F40BEE
RGB
CMYK
RGB Variations
Color information
#F40BEE (or 0xF40BEE) is known color: Magenta. HEX triplet: F4, 0B and EE. RGB value is (244,11,238). Sum of RGB (Red+Green+Blue) = 244+11+238=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 11 (4.69% from 255 or 2.23% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F40BEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F40BEE is #0BF411. Grayscale: #696969. Windows color (decimal): -783378 or 15600628. OLE color: 15600628.
HSL color Cylindrical-coordinate representation of color #F40BEE: hue angle of 301.55º 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 #F40BEE is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 11 | 238 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.04 |
| HSL | 301.55º | 0.91% | 0.5% | - |
| HSV(B) | 301.55º | 0.95% | 0.96% | - |
| XYZ | 52.86 | 25.65 | 83.05 | - |
| YUV | 106.55 | 202.19 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 11 | 238 | 0 | 0.95 | 0.02 | 0.04 | 301.55 | 0.91 | 0.5 |
| Hex | F4 | B | EE | 0 | 5F | 2 | 4 | 12E | 5B | 32 |
| Octal | 364 | 13 | 356 | 0 | 137 | 2 | 4 | 456 | 133 | 62 |
| Binary | 11110100 | 1011 | 11101110 | 0 | 1011111 | 10 | 100 | 100101110 | 1011011 | 110010 |
Color Harmonies of #F40BEE
Complementary color
Monochromatic Colors of #F40BEE
Black with #F40BEE
Text Example
Text Example
White with #F40BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40BEE; }
p { color: rgb(244,11,238); }
H1.HeaderClassName
{
color: #F40BEE;
}
.AnyTagClassName
{
color: #F40BEE;
}
</style>
background-color css
<style>
a { background-color: #F40BEE; }
a { background-color: rgb(244,11,238); }
div.DivClassName
{
background-color: #F40BEE;
}
.BgClassName
{
background-color: #F40BEE;
}
</style>
border-color css
<style>
span { border-color: #F40BEE; }
span { border-color: rgb(244,11,238); }
td.TdClassName
{
border-color: #F40BEE;
}
.TagClassName
{
border-color: #F40BEE;
}
</style>