Shades of Magenta #F40CFC
Tints of Magenta #F40CFC
RGB
CMYK
RGB Variations
Color information
#F40CFC (or 0xF40CFC) is known color: Magenta. HEX triplet: F4, 0C and FC. RGB value is (244,12,252). Sum of RGB (Red+Green+Blue) = 244+12+252=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 12 (5.08% from 255 or 2.36% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #F40CFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F40CFC is #0BF303. Grayscale: #6C6C6C. Windows color (decimal): -783108 or 16518388. OLE color: 16518388.
HSL color Cylindrical-coordinate representation of color #F40CFC: hue angle of 298º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F40CFC is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 12 | 252 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.01 |
| HSL | 298º | 0.98% | 0.52% | - |
| HSV(B) | 298º | 0.95% | 0.99% | - |
| XYZ | 55.01 | 26.52 | 94.32 | - |
| YUV | 108.73 | 208.86 | 224.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 12 | 252 | 0.03 | 0.95 | 0 | 0.01 | 298 | 0.98 | 0.52 |
| Hex | F4 | C | FC | 3 | 5F | 0 | 1 | 12A | 62 | 34 |
| Octal | 364 | 14 | 374 | 3 | 137 | 0 | 1 | 452 | 142 | 64 |
| Binary | 11110100 | 1100 | 11111100 | 11 | 1011111 | 0 | 1 | 100101010 | 1100010 | 110100 |
Color Harmonies of #F40CFC
Complementary color
Monochromatic Colors of #F40CFC
Black with #F40CFC
Text Example
Text Example
White with #F40CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40CFC; }
p { color: rgb(244,12,252); }
H1.HeaderClassName
{
color: #F40CFC;
}
.AnyTagClassName
{
color: #F40CFC;
}
</style>
background-color css
<style>
a { background-color: #F40CFC; }
a { background-color: rgb(244,12,252); }
div.DivClassName
{
background-color: #F40CFC;
}
.BgClassName
{
background-color: #F40CFC;
}
</style>
border-color css
<style>
span { border-color: #F40CFC; }
span { border-color: rgb(244,12,252); }
td.TdClassName
{
border-color: #F40CFC;
}
.TagClassName
{
border-color: #F40CFC;
}
</style>