Shades of Magenta #F40CFF
Tints of Magenta #F40CFF
RGB
CMYK
RGB Variations
Color information
#F40CFF (or 0xF40CFF) is known color: Magenta. HEX triplet: F4, 0C and FF. RGB value is (244,12,255). Sum of RGB (Red+Green+Blue) = 244+12+255=511 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.75% from 511); Green value is 12 (5.08% from 255 or 2.35% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #F40CFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F40CFF is #0BF300. Grayscale: #6C6C6C. Windows color (decimal): -783105 or 16714996. OLE color: 16714996.
HSL color Cylindrical-coordinate representation of color #F40CFF: hue angle of 297.28º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F40CFF is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 12 | 255 | - |
| CMYK | 0.04 | 0.95 | 0 | 0 |
| HSL | 297.28º | 1% | 0.52% | - |
| HSV(B) | 297.28º | 0.95% | 1% | - |
| XYZ | 55.49 | 26.72 | 96.84 | - |
| YUV | 109.07 | 210.36 | 224.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 12 | 255 | 0.04 | 0.95 | 0 | 0 | 297.28 | 1 | 0.52 |
| Hex | F4 | C | FF | 4 | 5F | 0 | 0 | 129 | 64 | 34 |
| Octal | 364 | 14 | 377 | 4 | 137 | 0 | 0 | 451 | 144 | 64 |
| Binary | 11110100 | 1100 | 11111111 | 100 | 1011111 | 0 | 0 | 100101001 | 1100100 | 110100 |
Color Harmonies of #F40CFF
Complementary color
Monochromatic Colors of #F40CFF
Black with #F40CFF
Text Example
Text Example
White with #F40CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40CFF; }
p { color: rgb(244,12,255); }
H1.HeaderClassName
{
color: #F40CFF;
}
.AnyTagClassName
{
color: #F40CFF;
}
</style>
background-color css
<style>
a { background-color: #F40CFF; }
a { background-color: rgb(244,12,255); }
div.DivClassName
{
background-color: #F40CFF;
}
.BgClassName
{
background-color: #F40CFF;
}
</style>
border-color css
<style>
span { border-color: #F40CFF; }
span { border-color: rgb(244,12,255); }
td.TdClassName
{
border-color: #F40CFF;
}
.TagClassName
{
border-color: #F40CFF;
}
</style>