Shades of Magenta #F311FA
Tints of Magenta #F311FA
RGB
CMYK
RGB Variations
Color information
#F311FA (or 0xF311FA) is known color: Magenta. HEX triplet: F3, 11 and FA. RGB value is (243,17,250). Sum of RGB (Red+Green+Blue) = 243+17+250=510 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.65% from 510); Green value is 17 (7.03% from 255 or 3.33% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #F311FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F311FA is #0CEE05. Grayscale: #6E6E6E. Windows color (decimal): -847366 or 16388595. OLE color: 16388595.
HSL color Cylindrical-coordinate representation of color #F311FA: hue angle of 298.2º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F311FA is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 17 | 250 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.02 |
| HSL | 298.2º | 0.96% | 0.52% | - |
| HSV(B) | 298.2º | 0.93% | 0.98% | - |
| XYZ | 54.42 | 26.36 | 92.66 | - |
| YUV | 111.14 | 206.37 | 222.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 250 | 0.03 | 0.93 | 0 | 0.02 | 298.2 | 0.96 | 0.52 |
| Hex | F3 | 11 | FA | 3 | 5D | 0 | 2 | 12A | 60 | 34 |
| Octal | 363 | 21 | 372 | 3 | 135 | 0 | 2 | 452 | 140 | 64 |
| Binary | 11110011 | 10001 | 11111010 | 11 | 1011101 | 0 | 10 | 100101010 | 1100000 | 110100 |
Color Harmonies of #F311FA
Complementary color
Monochromatic Colors of #F311FA
Black with #F311FA
Text Example
Text Example
White with #F311FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F311FA; }
p { color: rgb(243,17,250); }
H1.HeaderClassName
{
color: #F311FA;
}
.AnyTagClassName
{
color: #F311FA;
}
</style>
background-color css
<style>
a { background-color: #F311FA; }
a { background-color: rgb(243,17,250); }
div.DivClassName
{
background-color: #F311FA;
}
.BgClassName
{
background-color: #F311FA;
}
</style>
border-color css
<style>
span { border-color: #F311FA; }
span { border-color: rgb(243,17,250); }
td.TdClassName
{
border-color: #F311FA;
}
.TagClassName
{
border-color: #F311FA;
}
</style>