Shades of Magenta #F40BE5
Tints of Magenta #F40BE5
RGB
CMYK
RGB Variations
Color information
#F40BE5 (or 0xF40BE5) is known color: Magenta. HEX triplet: F4, 0B and E5. RGB value is (244,11,229). Sum of RGB (Red+Green+Blue) = 244+11+229=484 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.41% from 484); Green value is 11 (4.69% from 255 or 2.27% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 244 - color contains mainly: red. Hex color #F40BE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40BE5 is #0BF41A. Grayscale: #686868. Windows color (decimal): -783387 or 15010804. OLE color: 15010804.
HSL color Cylindrical-coordinate representation of color #F40BE5: hue angle of 303.86º 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 #F40BE5 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 11 | 229 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.04 |
| HSL | 303.86º | 0.91% | 0.5% | - |
| HSV(B) | 303.86º | 0.95% | 0.96% | - |
| XYZ | 51.57 | 25.13 | 76.26 | - |
| YUV | 105.52 | 197.69 | 226.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 11 | 229 | 0 | 0.95 | 0.06 | 0.04 | 303.86 | 0.91 | 0.5 |
| Hex | F4 | B | E5 | 0 | 5F | 6 | 4 | 130 | 5B | 32 |
| Octal | 364 | 13 | 345 | 0 | 137 | 6 | 4 | 460 | 133 | 62 |
| Binary | 11110100 | 1011 | 11100101 | 0 | 1011111 | 110 | 100 | 100110000 | 1011011 | 110010 |
Color Harmonies of #F40BE5
Complementary color
Monochromatic Colors of #F40BE5
Black with #F40BE5
Text Example
Text Example
White with #F40BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40BE5; }
p { color: rgb(244,11,229); }
H1.HeaderClassName
{
color: #F40BE5;
}
.AnyTagClassName
{
color: #F40BE5;
}
</style>
background-color css
<style>
a { background-color: #F40BE5; }
a { background-color: rgb(244,11,229); }
div.DivClassName
{
background-color: #F40BE5;
}
.BgClassName
{
background-color: #F40BE5;
}
</style>
border-color css
<style>
span { border-color: #F40BE5; }
span { border-color: rgb(244,11,229); }
td.TdClassName
{
border-color: #F40BE5;
}
.TagClassName
{
border-color: #F40BE5;
}
</style>