Shades of Magenta #F40BFF
Tints of Magenta #F40BFF
RGB
CMYK
RGB Variations
Color information
#F40BFF (or 0xF40BFF) is known color: Magenta. HEX triplet: F4, 0B and FF. RGB value is (244,11,255). Sum of RGB (Red+Green+Blue) = 244+11+255=510 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.84% from 510); Green value is 11 (4.69% from 255 or 2.16% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #F40BFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F40BFF is #0BF400. Grayscale: #6B6B6B. Windows color (decimal): -783361 or 16714740. OLE color: 16714740.
HSL color Cylindrical-coordinate representation of color #F40BFF: hue angle of 297.3º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F40BFF is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 11 | 255 | - |
| CMYK | 0.04 | 0.96 | 0 | 0 |
| HSL | 297.3º | 1% | 0.52% | - |
| HSV(B) | 297.3º | 0.96% | 1% | - |
| XYZ | 55.48 | 26.69 | 96.84 | - |
| YUV | 108.48 | 210.69 | 224.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 11 | 255 | 0.04 | 0.96 | 0 | 0 | 297.3 | 1 | 0.52 |
| Hex | F4 | B | FF | 4 | 60 | 0 | 0 | 129 | 64 | 34 |
| Octal | 364 | 13 | 377 | 4 | 140 | 0 | 0 | 451 | 144 | 64 |
| Binary | 11110100 | 1011 | 11111111 | 100 | 1100000 | 0 | 0 | 100101001 | 1100100 | 110100 |
Color Harmonies of #F40BFF
Complementary color
Monochromatic Colors of #F40BFF
Black with #F40BFF
Text Example
Text Example
White with #F40BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40BFF; }
p { color: rgb(244,11,255); }
H1.HeaderClassName
{
color: #F40BFF;
}
.AnyTagClassName
{
color: #F40BFF;
}
</style>
background-color css
<style>
a { background-color: #F40BFF; }
a { background-color: rgb(244,11,255); }
div.DivClassName
{
background-color: #F40BFF;
}
.BgClassName
{
background-color: #F40BFF;
}
</style>
border-color css
<style>
span { border-color: #F40BFF; }
span { border-color: rgb(244,11,255); }
td.TdClassName
{
border-color: #F40BFF;
}
.TagClassName
{
border-color: #F40BFF;
}
</style>