Shades of Magenta #F12EFF
Tints of Magenta #F12EFF
RGB
CMYK
RGB Variations
Color information
#F12EFF (or 0xF12EFF) is known color: Magenta. HEX triplet: F1, 2E and FF. RGB value is (241,46,255). Sum of RGB (Red+Green+Blue) = 241+46+255=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 46 (18.36% from 255 or 8.49% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #F12EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F12EFF is #0ED100. Grayscale: #7F7F7F. Windows color (decimal): -971009 or 16723697. OLE color: 16723697.
HSL color Cylindrical-coordinate representation of color #F12EFF: hue angle of 295.98º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F12EFF is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 46 | 255 | - |
| CMYK | 0.05 | 0.82 | 0 | 0 |
| HSL | 295.98º | 1% | 0.59% | - |
| HSV(B) | 295.98º | 0.82% | 1% | - |
| XYZ | 55.3 | 27.87 | 97.07 | - |
| YUV | 128.13 | 199.6 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 46 | 255 | 0.05 | 0.82 | 0 | 0 | 295.98 | 1 | 0.59 |
| Hex | F1 | 2E | FF | 5 | 52 | 0 | 0 | 128 | 64 | 3B |
| Octal | 361 | 56 | 377 | 5 | 122 | 0 | 0 | 450 | 144 | 73 |
| Binary | 11110001 | 101110 | 11111111 | 101 | 1010010 | 0 | 0 | 100101000 | 1100100 | 111011 |
Color Harmonies of #F12EFF
Complementary color
Monochromatic Colors of #F12EFF
Black with #F12EFF
Text Example
Text Example
White with #F12EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12EFF; }
p { color: rgb(241,46,255); }
H1.HeaderClassName
{
color: #F12EFF;
}
.AnyTagClassName
{
color: #F12EFF;
}
</style>
background-color css
<style>
a { background-color: #F12EFF; }
a { background-color: rgb(241,46,255); }
div.DivClassName
{
background-color: #F12EFF;
}
.BgClassName
{
background-color: #F12EFF;
}
</style>
border-color css
<style>
span { border-color: #F12EFF; }
span { border-color: rgb(241,46,255); }
td.TdClassName
{
border-color: #F12EFF;
}
.TagClassName
{
border-color: #F12EFF;
}
</style>