Shades of Magenta #F40BFE
Tints of Magenta #F40BFE
RGB
CMYK
RGB Variations
Color information
#F40BFE (or 0xF40BFE) is known color: Magenta. HEX triplet: F4, 0B and FE. RGB value is (244,11,254). Sum of RGB (Red+Green+Blue) = 244+11+254=509 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.94% from 509); Green value is 11 (4.69% from 255 or 2.16% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #F40BFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F40BFE is #0BF401. Grayscale: #6B6B6B. Windows color (decimal): -783362 or 16649204. OLE color: 16649204.
HSL color Cylindrical-coordinate representation of color #F40BFE: hue angle of 297.53º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F40BFE is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 11 | 254 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.00 |
| HSL | 297.53º | 0.99% | 0.52% | - |
| HSV(B) | 297.53º | 0.96% | 1% | - |
| XYZ | 55.32 | 26.63 | 95.99 | - |
| YUV | 108.37 | 210.19 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 11 | 254 | 0.04 | 0.96 | 0 | 0.00 | 297.53 | 0.99 | 0.52 |
| Hex | F4 | B | FE | 4 | 60 | 0 | 0 | 12A | 63 | 34 |
| Octal | 364 | 13 | 376 | 4 | 140 | 0 | 0 | 452 | 143 | 64 |
| Binary | 11110100 | 1011 | 11111110 | 100 | 1100000 | 0 | 0 | 100101010 | 1100011 | 110100 |
Color Harmonies of #F40BFE
Complementary color
Monochromatic Colors of #F40BFE
Black with #F40BFE
Text Example
Text Example
White with #F40BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40BFE; }
p { color: rgb(244,11,254); }
H1.HeaderClassName
{
color: #F40BFE;
}
.AnyTagClassName
{
color: #F40BFE;
}
</style>
background-color css
<style>
a { background-color: #F40BFE; }
a { background-color: rgb(244,11,254); }
div.DivClassName
{
background-color: #F40BFE;
}
.BgClassName
{
background-color: #F40BFE;
}
</style>
border-color css
<style>
span { border-color: #F40BFE; }
span { border-color: rgb(244,11,254); }
td.TdClassName
{
border-color: #F40BFE;
}
.TagClassName
{
border-color: #F40BFE;
}
</style>