Shades of Magenta #F40AFC
Tints of Magenta #F40AFC
RGB
CMYK
RGB Variations
Color information
#F40AFC (or 0xF40AFC) is known color: Magenta. HEX triplet: F4, 0A and FC. RGB value is (244,10,252). Sum of RGB (Red+Green+Blue) = 244+10+252=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 10 (4.30% from 255 or 1.98% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #F40AFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F40AFC is #0BF503. Grayscale: #6A6A6A. Windows color (decimal): -783620 or 16517876. OLE color: 16517876.
HSL color Cylindrical-coordinate representation of color #F40AFC: hue angle of 298.02º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F40AFC is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 10 | 252 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.01 |
| HSL | 298.02º | 0.98% | 0.51% | - |
| HSV(B) | 298.02º | 0.96% | 0.99% | - |
| XYZ | 54.99 | 26.48 | 94.31 | - |
| YUV | 107.55 | 209.52 | 225.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 10 | 252 | 0.03 | 0.96 | 0 | 0.01 | 298.02 | 0.98 | 0.51 |
| Hex | F4 | A | FC | 3 | 60 | 0 | 1 | 12A | 62 | 33 |
| Octal | 364 | 12 | 374 | 3 | 140 | 0 | 1 | 452 | 142 | 63 |
| Binary | 11110100 | 1010 | 11111100 | 11 | 1100000 | 0 | 1 | 100101010 | 1100010 | 110011 |
Color Harmonies of #F40AFC
Complementary color
Monochromatic Colors of #F40AFC
Black with #F40AFC
Text Example
Text Example
White with #F40AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40AFC; }
p { color: rgb(244,10,252); }
H1.HeaderClassName
{
color: #F40AFC;
}
.AnyTagClassName
{
color: #F40AFC;
}
</style>
background-color css
<style>
a { background-color: #F40AFC; }
a { background-color: rgb(244,10,252); }
div.DivClassName
{
background-color: #F40AFC;
}
.BgClassName
{
background-color: #F40AFC;
}
</style>
border-color css
<style>
span { border-color: #F40AFC; }
span { border-color: rgb(244,10,252); }
td.TdClassName
{
border-color: #F40AFC;
}
.TagClassName
{
border-color: #F40AFC;
}
</style>