Shades of Magenta #F12BFE
Tints of Magenta #F12BFE
RGB
CMYK
RGB Variations
Color information
#F12BFE (or 0xF12BFE) is known color: Magenta. HEX triplet: F1, 2B and FE. RGB value is (241,43,254). Sum of RGB (Red+Green+Blue) = 241+43+254=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 43 (17.19% from 255 or 7.99% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #F12BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F12BFE is #0ED401. Grayscale: #7D7D7D. Windows color (decimal): -971778 or 16657393. OLE color: 16657393.
HSL color Cylindrical-coordinate representation of color #F12BFE: hue angle of 296.3º 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 #F12BFE is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 43 | 254 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.00 |
| HSL | 296.3º | 0.99% | 0.58% | - |
| HSV(B) | 296.3º | 0.83% | 1% | - |
| XYZ | 55.03 | 27.58 | 96.19 | - |
| YUV | 126.26 | 200.1 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 43 | 254 | 0.05 | 0.83 | 0 | 0.00 | 296.3 | 0.99 | 0.58 |
| Hex | F1 | 2B | FE | 5 | 53 | 0 | 0 | 128 | 63 | 3A |
| Octal | 361 | 53 | 376 | 5 | 123 | 0 | 0 | 450 | 143 | 72 |
| Binary | 11110001 | 101011 | 11111110 | 101 | 1010011 | 0 | 0 | 100101000 | 1100011 | 111010 |
Color Harmonies of #F12BFE
Complementary color
Monochromatic Colors of #F12BFE
Black with #F12BFE
Text Example
Text Example
White with #F12BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12BFE; }
p { color: rgb(241,43,254); }
H1.HeaderClassName
{
color: #F12BFE;
}
.AnyTagClassName
{
color: #F12BFE;
}
</style>
background-color css
<style>
a { background-color: #F12BFE; }
a { background-color: rgb(241,43,254); }
div.DivClassName
{
background-color: #F12BFE;
}
.BgClassName
{
background-color: #F12BFE;
}
</style>
border-color css
<style>
span { border-color: #F12BFE; }
span { border-color: rgb(241,43,254); }
td.TdClassName
{
border-color: #F12BFE;
}
.TagClassName
{
border-color: #F12BFE;
}
</style>