Shades of Magenta #F311FE
Tints of Magenta #F311FE
RGB
CMYK
RGB Variations
Color information
#F311FE (or 0xF311FE) is known color: Magenta. HEX triplet: F3, 11 and FE. RGB value is (243,17,254). Sum of RGB (Red+Green+Blue) = 243+17+254=514 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.28% from 514); Green value is 17 (7.03% from 255 or 3.31% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #F311FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F311FE is #0CEE01. Grayscale: #6E6E6E. Windows color (decimal): -847362 or 16650739. OLE color: 16650739.
HSL color Cylindrical-coordinate representation of color #F311FE: hue angle of 297.22º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F311FE is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 17 | 254 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.00 |
| HSL | 297.22º | 0.99% | 0.53% | - |
| HSV(B) | 297.22º | 0.93% | 1% | - |
| XYZ | 55.05 | 26.61 | 96 | - |
| YUV | 111.59 | 208.37 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 254 | 0.04 | 0.93 | 0 | 0.00 | 297.22 | 0.99 | 0.53 |
| Hex | F3 | 11 | FE | 4 | 5D | 0 | 0 | 129 | 63 | 35 |
| Octal | 363 | 21 | 376 | 4 | 135 | 0 | 0 | 451 | 143 | 65 |
| Binary | 11110011 | 10001 | 11111110 | 100 | 1011101 | 0 | 0 | 100101001 | 1100011 | 110101 |
Color Harmonies of #F311FE
Complementary color
Monochromatic Colors of #F311FE
Black with #F311FE
Text Example
Text Example
White with #F311FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F311FE; }
p { color: rgb(243,17,254); }
H1.HeaderClassName
{
color: #F311FE;
}
.AnyTagClassName
{
color: #F311FE;
}
</style>
background-color css
<style>
a { background-color: #F311FE; }
a { background-color: rgb(243,17,254); }
div.DivClassName
{
background-color: #F311FE;
}
.BgClassName
{
background-color: #F311FE;
}
</style>
border-color css
<style>
span { border-color: #F311FE; }
span { border-color: rgb(243,17,254); }
td.TdClassName
{
border-color: #F311FE;
}
.TagClassName
{
border-color: #F311FE;
}
</style>