Shades of Magenta #F40FFD
Tints of Magenta #F40FFD
RGB
CMYK
RGB Variations
Color information
#F40FFD (or 0xF40FFD) is known color: Magenta. HEX triplet: F4, 0F and FD. RGB value is (244,15,253). Sum of RGB (Red+Green+Blue) = 244+15+253=512 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.66% from 512); Green value is 15 (6.25% from 255 or 2.93% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #F40FFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F40FFD is #0BF002. Grayscale: #6D6D6D. Windows color (decimal): -782339 or 16584692. OLE color: 16584692.
HSL color Cylindrical-coordinate representation of color #F40FFD: hue angle of 297.73º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F40FFD is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 15 | 253 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.01 |
| HSL | 297.73º | 0.98% | 0.53% | - |
| HSV(B) | 297.73º | 0.94% | 0.99% | - |
| XYZ | 55.21 | 26.67 | 95.17 | - |
| YUV | 110.6 | 208.37 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 15 | 253 | 0.04 | 0.94 | 0 | 0.01 | 297.73 | 0.98 | 0.53 |
| Hex | F4 | F | FD | 4 | 5E | 0 | 1 | 12A | 62 | 35 |
| Octal | 364 | 17 | 375 | 4 | 136 | 0 | 1 | 452 | 142 | 65 |
| Binary | 11110100 | 1111 | 11111101 | 100 | 1011110 | 0 | 1 | 100101010 | 1100010 | 110101 |
Color Harmonies of #F40FFD
Complementary color
Monochromatic Colors of #F40FFD
Black with #F40FFD
Text Example
Text Example
White with #F40FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40FFD; }
p { color: rgb(244,15,253); }
H1.HeaderClassName
{
color: #F40FFD;
}
.AnyTagClassName
{
color: #F40FFD;
}
</style>
background-color css
<style>
a { background-color: #F40FFD; }
a { background-color: rgb(244,15,253); }
div.DivClassName
{
background-color: #F40FFD;
}
.BgClassName
{
background-color: #F40FFD;
}
</style>
border-color css
<style>
span { border-color: #F40FFD; }
span { border-color: rgb(244,15,253); }
td.TdClassName
{
border-color: #F40FFD;
}
.TagClassName
{
border-color: #F40FFD;
}
</style>