Shades of Magenta #F412FE
Tints of Magenta #F412FE
RGB
CMYK
RGB Variations
Color information
#F412FE (or 0xF412FE) is known color: Magenta. HEX triplet: F4, 12 and FE. RGB value is (244,18,254). Sum of RGB (Red+Green+Blue) = 244+18+254=516 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.29% from 516); Green value is 18 (7.42% from 255 or 3.49% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #F412FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F412FE is #0BED01. Grayscale: #6F6F6F. Windows color (decimal): -781570 or 16650996. OLE color: 16650996.
HSL color Cylindrical-coordinate representation of color #F412FE: hue angle of 297.46º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F412FE is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 18 | 254 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.00 |
| HSL | 297.46º | 0.99% | 0.53% | - |
| HSV(B) | 297.46º | 0.93% | 1% | - |
| XYZ | 55.41 | 26.82 | 96.02 | - |
| YUV | 112.48 | 207.87 | 221.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 18 | 254 | 0.04 | 0.93 | 0 | 0.00 | 297.46 | 0.99 | 0.53 |
| Hex | F4 | 12 | FE | 4 | 5D | 0 | 0 | 129 | 63 | 35 |
| Octal | 364 | 22 | 376 | 4 | 135 | 0 | 0 | 451 | 143 | 65 |
| Binary | 11110100 | 10010 | 11111110 | 100 | 1011101 | 0 | 0 | 100101001 | 1100011 | 110101 |
Color Harmonies of #F412FE
Complementary color
Monochromatic Colors of #F412FE
Black with #F412FE
Text Example
Text Example
White with #F412FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F412FE; }
p { color: rgb(244,18,254); }
H1.HeaderClassName
{
color: #F412FE;
}
.AnyTagClassName
{
color: #F412FE;
}
</style>
background-color css
<style>
a { background-color: #F412FE; }
a { background-color: rgb(244,18,254); }
div.DivClassName
{
background-color: #F412FE;
}
.BgClassName
{
background-color: #F412FE;
}
</style>
border-color css
<style>
span { border-color: #F412FE; }
span { border-color: rgb(244,18,254); }
td.TdClassName
{
border-color: #F412FE;
}
.TagClassName
{
border-color: #F412FE;
}
</style>