Shades of Magenta #F40DF8
Tints of Magenta #F40DF8
RGB
CMYK
RGB Variations
Color information
#F40DF8 (or 0xF40DF8) is known color: Magenta. HEX triplet: F4, 0D and F8. RGB value is (244,13,248). Sum of RGB (Red+Green+Blue) = 244+13+248=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 13 (5.47% from 255 or 2.57% from 505); Blue value is 248 (97.27% from 255 or 49.11% from 505); Max value from RGB is 248 - color contains mainly: blue. Hex color #F40DF8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F40DF8 is #0BF207. Grayscale: #6C6C6C. Windows color (decimal): -782856 or 16256500. OLE color: 16256500.
HSL color Cylindrical-coordinate representation of color #F40DF8: hue angle of 298.98º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F40DF8 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 244 | 13 | 248 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.03 |
| HSL | 298.98º | 0.94% | 0.51% | - |
| HSV(B) | 298.98º | 0.95% | 0.97% | - |
| XYZ | 54.4 | 26.3 | 91.02 | - |
| YUV | 108.86 | 206.53 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 13 | 248 | 0.02 | 0.95 | 0 | 0.03 | 298.98 | 0.94 | 0.51 |
| Hex | F4 | D | F8 | 2 | 5F | 0 | 3 | 12B | 5E | 33 |
| Octal | 364 | 15 | 370 | 2 | 137 | 0 | 3 | 453 | 136 | 63 |
| Binary | 11110100 | 1101 | 11111000 | 10 | 1011111 | 0 | 11 | 100101011 | 1011110 | 110011 |
Color Harmonies of #F40DF8
Complementary color
Monochromatic Colors of #F40DF8
Black with #F40DF8
Text Example
Text Example
White with #F40DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40DF8; }
p { color: rgb(244,13,248); }
H1.HeaderClassName
{
color: #F40DF8;
}
.AnyTagClassName
{
color: #F40DF8;
}
</style>
background-color css
<style>
a { background-color: #F40DF8; }
a { background-color: rgb(244,13,248); }
div.DivClassName
{
background-color: #F40DF8;
}
.BgClassName
{
background-color: #F40DF8;
}
</style>
border-color css
<style>
span { border-color: #F40DF8; }
span { border-color: rgb(244,13,248); }
td.TdClassName
{
border-color: #F40DF8;
}
.TagClassName
{
border-color: #F40DF8;
}
</style>