Shades of Magenta #F413FC
Tints of Magenta #F413FC
RGB
CMYK
RGB Variations
Color information
#F413FC (or 0xF413FC) is known color: Magenta. HEX triplet: F4, 13 and FC. RGB value is (244,19,252). Sum of RGB (Red+Green+Blue) = 244+19+252=515 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.38% from 515); Green value is 19 (7.81% from 255 or 3.69% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #F413FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F413FC is #0BEC03. Grayscale: #707070. Windows color (decimal): -781316 or 16520180. OLE color: 16520180.
HSL color Cylindrical-coordinate representation of color #F413FC: hue angle of 297.94º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F413FC is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 19 | 252 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.01 |
| HSL | 297.94º | 0.97% | 0.53% | - |
| HSV(B) | 297.94º | 0.92% | 0.99% | - |
| XYZ | 55.11 | 26.73 | 94.35 | - |
| YUV | 112.84 | 206.54 | 221.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 19 | 252 | 0.03 | 0.92 | 0 | 0.01 | 297.94 | 0.97 | 0.53 |
| Hex | F4 | 13 | FC | 3 | 5C | 0 | 1 | 12A | 61 | 35 |
| Octal | 364 | 23 | 374 | 3 | 134 | 0 | 1 | 452 | 141 | 65 |
| Binary | 11110100 | 10011 | 11111100 | 11 | 1011100 | 0 | 1 | 100101010 | 1100001 | 110101 |
Color Harmonies of #F413FC
Complementary color
Monochromatic Colors of #F413FC
Black with #F413FC
Text Example
Text Example
White with #F413FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F413FC; }
p { color: rgb(244,19,252); }
H1.HeaderClassName
{
color: #F413FC;
}
.AnyTagClassName
{
color: #F413FC;
}
</style>
background-color css
<style>
a { background-color: #F413FC; }
a { background-color: rgb(244,19,252); }
div.DivClassName
{
background-color: #F413FC;
}
.BgClassName
{
background-color: #F413FC;
}
</style>
border-color css
<style>
span { border-color: #F413FC; }
span { border-color: rgb(244,19,252); }
td.TdClassName
{
border-color: #F413FC;
}
.TagClassName
{
border-color: #F413FC;
}
</style>