Shades of Magenta #F12CFE
Tints of Magenta #F12CFE
RGB
CMYK
RGB Variations
Color information
#F12CFE (or 0xF12CFE) is known color: Magenta. HEX triplet: F1, 2C and FE. RGB value is (241,44,254). Sum of RGB (Red+Green+Blue) = 241+44+254=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 44 (17.58% from 255 or 8.16% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #F12CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F12CFE is #0ED301. Grayscale: #7E7E7E. Windows color (decimal): -971522 or 16657649. OLE color: 16657649.
HSL color Cylindrical-coordinate representation of color #F12CFE: hue angle of 296.29º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F12CFE is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 44 | 254 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.00 |
| HSL | 296.29º | 0.99% | 0.58% | - |
| HSV(B) | 296.29º | 0.83% | 1% | - |
| XYZ | 55.07 | 27.66 | 96.2 | - |
| YUV | 126.84 | 199.77 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 44 | 254 | 0.05 | 0.83 | 0 | 0.00 | 296.29 | 0.99 | 0.58 |
| Hex | F1 | 2C | FE | 5 | 53 | 0 | 0 | 128 | 63 | 3A |
| Octal | 361 | 54 | 376 | 5 | 123 | 0 | 0 | 450 | 143 | 72 |
| Binary | 11110001 | 101100 | 11111110 | 101 | 1010011 | 0 | 0 | 100101000 | 1100011 | 111010 |
Color Harmonies of #F12CFE
Complementary color
Monochromatic Colors of #F12CFE
Black with #F12CFE
Text Example
Text Example
White with #F12CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12CFE; }
p { color: rgb(241,44,254); }
H1.HeaderClassName
{
color: #F12CFE;
}
.AnyTagClassName
{
color: #F12CFE;
}
</style>
background-color css
<style>
a { background-color: #F12CFE; }
a { background-color: rgb(241,44,254); }
div.DivClassName
{
background-color: #F12CFE;
}
.BgClassName
{
background-color: #F12CFE;
}
</style>
border-color css
<style>
span { border-color: #F12CFE; }
span { border-color: rgb(241,44,254); }
td.TdClassName
{
border-color: #F12CFE;
}
.TagClassName
{
border-color: #F12CFE;
}
</style>