Shades of Magenta #F40EFD
Tints of Magenta #F40EFD
RGB
CMYK
RGB Variations
Color information
#F40EFD (or 0xF40EFD) is known color: Magenta. HEX triplet: F4, 0E and FD. RGB value is (244,14,253). Sum of RGB (Red+Green+Blue) = 244+14+253=511 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.75% from 511); Green value is 14 (5.86% from 255 or 2.74% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #F40EFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F40EFD is #0BF102. Grayscale: #6D6D6D. Windows color (decimal): -782595 or 16584436. OLE color: 16584436.
HSL color Cylindrical-coordinate representation of color #F40EFD: hue angle of 297.74º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F40EFD is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 14 | 253 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.01 |
| HSL | 297.74º | 0.98% | 0.52% | - |
| HSV(B) | 297.74º | 0.94% | 0.99% | - |
| XYZ | 55.19 | 26.64 | 95.16 | - |
| YUV | 110.02 | 208.7 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 14 | 253 | 0.04 | 0.94 | 0 | 0.01 | 297.74 | 0.98 | 0.52 |
| Hex | F4 | E | FD | 4 | 5E | 0 | 1 | 12A | 62 | 34 |
| Octal | 364 | 16 | 375 | 4 | 136 | 0 | 1 | 452 | 142 | 64 |
| Binary | 11110100 | 1110 | 11111101 | 100 | 1011110 | 0 | 1 | 100101010 | 1100010 | 110100 |
Color Harmonies of #F40EFD
Complementary color
Monochromatic Colors of #F40EFD
Black with #F40EFD
Text Example
Text Example
White with #F40EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40EFD; }
p { color: rgb(244,14,253); }
H1.HeaderClassName
{
color: #F40EFD;
}
.AnyTagClassName
{
color: #F40EFD;
}
</style>
background-color css
<style>
a { background-color: #F40EFD; }
a { background-color: rgb(244,14,253); }
div.DivClassName
{
background-color: #F40EFD;
}
.BgClassName
{
background-color: #F40EFD;
}
</style>
border-color css
<style>
span { border-color: #F40EFD; }
span { border-color: rgb(244,14,253); }
td.TdClassName
{
border-color: #F40EFD;
}
.TagClassName
{
border-color: #F40EFD;
}
</style>