Shades of Magenta #F40CFA
Tints of Magenta #F40CFA
RGB
CMYK
RGB Variations
Color information
#F40CFA (or 0xF40CFA) is known color: Magenta. HEX triplet: F4, 0C and FA. RGB value is (244,12,250). Sum of RGB (Red+Green+Blue) = 244+12+250=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 12 (5.08% from 255 or 2.37% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #F40CFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F40CFA is #0BF305. Grayscale: #6B6B6B. Windows color (decimal): -783110 or 16387316. OLE color: 16387316.
HSL color Cylindrical-coordinate representation of color #F40CFA: hue angle of 298.49º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F40CFA is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 12 | 250 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.02 |
| HSL | 298.49º | 0.96% | 0.51% | - |
| HSV(B) | 298.49º | 0.95% | 0.98% | - |
| XYZ | 54.7 | 26.4 | 92.66 | - |
| YUV | 108.5 | 207.86 | 224.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 12 | 250 | 0.02 | 0.95 | 0 | 0.02 | 298.49 | 0.96 | 0.51 |
| Hex | F4 | C | FA | 2 | 5F | 0 | 2 | 12A | 60 | 33 |
| Octal | 364 | 14 | 372 | 2 | 137 | 0 | 2 | 452 | 140 | 63 |
| Binary | 11110100 | 1100 | 11111010 | 10 | 1011111 | 0 | 10 | 100101010 | 1100000 | 110011 |
Color Harmonies of #F40CFA
Complementary color
Monochromatic Colors of #F40CFA
Black with #F40CFA
Text Example
Text Example
White with #F40CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40CFA; }
p { color: rgb(244,12,250); }
H1.HeaderClassName
{
color: #F40CFA;
}
.AnyTagClassName
{
color: #F40CFA;
}
</style>
background-color css
<style>
a { background-color: #F40CFA; }
a { background-color: rgb(244,12,250); }
div.DivClassName
{
background-color: #F40CFA;
}
.BgClassName
{
background-color: #F40CFA;
}
</style>
border-color css
<style>
span { border-color: #F40CFA; }
span { border-color: rgb(244,12,250); }
td.TdClassName
{
border-color: #F40CFA;
}
.TagClassName
{
border-color: #F40CFA;
}
</style>