Shades of Magenta #F40FFC
Tints of Magenta #F40FFC
RGB
CMYK
RGB Variations
Color information
#F40FFC (or 0xF40FFC) is known color: Magenta. HEX triplet: F4, 0F and FC. RGB value is (244,15,252). Sum of RGB (Red+Green+Blue) = 244+15+252=511 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.75% from 511); Green value is 15 (6.25% from 255 or 2.94% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #F40FFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F40FFC is #0BF003. Grayscale: #6D6D6D. Windows color (decimal): -782340 or 16519156. OLE color: 16519156.
HSL color Cylindrical-coordinate representation of color #F40FFC: hue angle of 297.97º 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 #F40FFC is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 15 | 252 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.01 |
| HSL | 297.97º | 0.98% | 0.52% | - |
| HSV(B) | 297.97º | 0.94% | 0.99% | - |
| XYZ | 55.05 | 26.6 | 94.33 | - |
| YUV | 110.49 | 207.87 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 15 | 252 | 0.03 | 0.94 | 0 | 0.01 | 297.97 | 0.98 | 0.52 |
| Hex | F4 | F | FC | 3 | 5E | 0 | 1 | 12A | 62 | 34 |
| Octal | 364 | 17 | 374 | 3 | 136 | 0 | 1 | 452 | 142 | 64 |
| Binary | 11110100 | 1111 | 11111100 | 11 | 1011110 | 0 | 1 | 100101010 | 1100010 | 110100 |
Color Harmonies of #F40FFC
Complementary color
Monochromatic Colors of #F40FFC
Black with #F40FFC
Text Example
Text Example
White with #F40FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40FFC; }
p { color: rgb(244,15,252); }
H1.HeaderClassName
{
color: #F40FFC;
}
.AnyTagClassName
{
color: #F40FFC;
}
</style>
background-color css
<style>
a { background-color: #F40FFC; }
a { background-color: rgb(244,15,252); }
div.DivClassName
{
background-color: #F40FFC;
}
.BgClassName
{
background-color: #F40FFC;
}
</style>
border-color css
<style>
span { border-color: #F40FFC; }
span { border-color: rgb(244,15,252); }
td.TdClassName
{
border-color: #F40FFC;
}
.TagClassName
{
border-color: #F40FFC;
}
</style>