Shades of Magenta #F40BEA
Tints of Magenta #F40BEA
RGB
CMYK
RGB Variations
Color information
#F40BEA (or 0xF40BEA) is known color: Magenta. HEX triplet: F4, 0B and EA. RGB value is (244,11,234). Sum of RGB (Red+Green+Blue) = 244+11+234=489 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.90% from 489); Green value is 11 (4.69% from 255 or 2.25% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 244 - color contains mainly: red. Hex color #F40BEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F40BEA is #0BF415. Grayscale: #696969. Windows color (decimal): -783382 or 15338484. OLE color: 15338484.
HSL color Cylindrical-coordinate representation of color #F40BEA: hue angle of 302.58º 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 #F40BEA is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 11 | 234 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.04 |
| HSL | 302.58º | 0.91% | 0.5% | - |
| HSV(B) | 302.58º | 0.95% | 0.96% | - |
| XYZ | 52.28 | 25.41 | 79.99 | - |
| YUV | 106.09 | 200.19 | 226.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 11 | 234 | 0 | 0.95 | 0.04 | 0.04 | 302.58 | 0.91 | 0.5 |
| Hex | F4 | B | EA | 0 | 5F | 4 | 4 | 12F | 5B | 32 |
| Octal | 364 | 13 | 352 | 0 | 137 | 4 | 4 | 457 | 133 | 62 |
| Binary | 11110100 | 1011 | 11101010 | 0 | 1011111 | 100 | 100 | 100101111 | 1011011 | 110010 |
Color Harmonies of #F40BEA
Complementary color
Monochromatic Colors of #F40BEA
Black with #F40BEA
Text Example
Text Example
White with #F40BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40BEA; }
p { color: rgb(244,11,234); }
H1.HeaderClassName
{
color: #F40BEA;
}
.AnyTagClassName
{
color: #F40BEA;
}
</style>
background-color css
<style>
a { background-color: #F40BEA; }
a { background-color: rgb(244,11,234); }
div.DivClassName
{
background-color: #F40BEA;
}
.BgClassName
{
background-color: #F40BEA;
}
</style>
border-color css
<style>
span { border-color: #F40BEA; }
span { border-color: rgb(244,11,234); }
td.TdClassName
{
border-color: #F40BEA;
}
.TagClassName
{
border-color: #F40BEA;
}
</style>