Shades of Magenta #F124FC
Tints of Magenta #F124FC
RGB
CMYK
RGB Variations
Color information
#F124FC (or 0xF124FC) is known color: Magenta. HEX triplet: F1, 24 and FC. RGB value is (241,36,252). Sum of RGB (Red+Green+Blue) = 241+36+252=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 36 (14.45% from 255 or 6.81% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #F124FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F124FC is #0EDB03. Grayscale: #797979. Windows color (decimal): -973572 or 16524529. OLE color: 16524529.
HSL color Cylindrical-coordinate representation of color #F124FC: hue angle of 296.94º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F124FC is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 36 | 252 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.01 |
| HSL | 296.94º | 0.97% | 0.56% | - |
| HSV(B) | 296.94º | 0.86% | 0.99% | - |
| XYZ | 54.48 | 26.99 | 94.43 | - |
| YUV | 121.92 | 201.42 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 252 | 0.04 | 0.86 | 0 | 0.01 | 296.94 | 0.97 | 0.56 |
| Hex | F1 | 24 | FC | 4 | 56 | 0 | 1 | 129 | 61 | 38 |
| Octal | 361 | 44 | 374 | 4 | 126 | 0 | 1 | 451 | 141 | 70 |
| Binary | 11110001 | 100100 | 11111100 | 100 | 1010110 | 0 | 1 | 100101001 | 1100001 | 111000 |
Color Harmonies of #F124FC
Complementary color
Monochromatic Colors of #F124FC
Black with #F124FC
Text Example
Text Example
White with #F124FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F124FC; }
p { color: rgb(241,36,252); }
H1.HeaderClassName
{
color: #F124FC;
}
.AnyTagClassName
{
color: #F124FC;
}
</style>
background-color css
<style>
a { background-color: #F124FC; }
a { background-color: rgb(241,36,252); }
div.DivClassName
{
background-color: #F124FC;
}
.BgClassName
{
background-color: #F124FC;
}
</style>
border-color css
<style>
span { border-color: #F124FC; }
span { border-color: rgb(241,36,252); }
td.TdClassName
{
border-color: #F124FC;
}
.TagClassName
{
border-color: #F124FC;
}
</style>