Shades of Magenta #F40BFD
Tints of Magenta #F40BFD
RGB
CMYK
RGB Variations
Color information
#F40BFD (or 0xF40BFD) is known color: Magenta. HEX triplet: F4, 0B and FD. RGB value is (244,11,253). Sum of RGB (Red+Green+Blue) = 244+11+253=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 11 (4.69% from 255 or 2.17% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #F40BFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F40BFD is #0BF402. Grayscale: #6B6B6B. Windows color (decimal): -783363 or 16583668. OLE color: 16583668.
HSL color Cylindrical-coordinate representation of color #F40BFD: hue angle of 297.77º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F40BFD is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 11 | 253 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.01 |
| HSL | 297.77º | 0.98% | 0.52% | - |
| HSV(B) | 297.77º | 0.96% | 0.99% | - |
| XYZ | 55.16 | 26.56 | 95.15 | - |
| YUV | 108.26 | 209.69 | 224.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 11 | 253 | 0.04 | 0.96 | 0 | 0.01 | 297.77 | 0.98 | 0.52 |
| Hex | F4 | B | FD | 4 | 60 | 0 | 1 | 12A | 62 | 34 |
| Octal | 364 | 13 | 375 | 4 | 140 | 0 | 1 | 452 | 142 | 64 |
| Binary | 11110100 | 1011 | 11111101 | 100 | 1100000 | 0 | 1 | 100101010 | 1100010 | 110100 |
Color Harmonies of #F40BFD
Complementary color
Monochromatic Colors of #F40BFD
Black with #F40BFD
Text Example
Text Example
White with #F40BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40BFD; }
p { color: rgb(244,11,253); }
H1.HeaderClassName
{
color: #F40BFD;
}
.AnyTagClassName
{
color: #F40BFD;
}
</style>
background-color css
<style>
a { background-color: #F40BFD; }
a { background-color: rgb(244,11,253); }
div.DivClassName
{
background-color: #F40BFD;
}
.BgClassName
{
background-color: #F40BFD;
}
</style>
border-color css
<style>
span { border-color: #F40BFD; }
span { border-color: rgb(244,11,253); }
td.TdClassName
{
border-color: #F40BFD;
}
.TagClassName
{
border-color: #F40BFD;
}
</style>