Shades of Magenta #F312FB
Tints of Magenta #F312FB
RGB
CMYK
RGB Variations
Color information
#F312FB (or 0xF312FB) is known color: Magenta. HEX triplet: F3, 12 and FB. RGB value is (243,18,251). Sum of RGB (Red+Green+Blue) = 243+18+251=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 18 (7.42% from 255 or 3.52% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #F312FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F312FB is #0CED04. Grayscale: #6F6F6F. Windows color (decimal): -847109 or 16454387. OLE color: 16454387.
HSL color Cylindrical-coordinate representation of color #F312FB: hue angle of 297.94º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F312FB is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 18 | 251 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.02 |
| HSL | 297.94º | 0.97% | 0.53% | - |
| HSV(B) | 297.94º | 0.93% | 0.98% | - |
| XYZ | 54.59 | 26.45 | 93.5 | - |
| YUV | 111.84 | 206.54 | 221.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 251 | 0.03 | 0.93 | 0 | 0.02 | 297.94 | 0.97 | 0.53 |
| Hex | F3 | 12 | FB | 3 | 5D | 0 | 2 | 12A | 61 | 35 |
| Octal | 363 | 22 | 373 | 3 | 135 | 0 | 2 | 452 | 141 | 65 |
| Binary | 11110011 | 10010 | 11111011 | 11 | 1011101 | 0 | 10 | 100101010 | 1100001 | 110101 |
Color Harmonies of #F312FB
Complementary color
Monochromatic Colors of #F312FB
Black with #F312FB
Text Example
Text Example
White with #F312FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F312FB; }
p { color: rgb(243,18,251); }
H1.HeaderClassName
{
color: #F312FB;
}
.AnyTagClassName
{
color: #F312FB;
}
</style>
background-color css
<style>
a { background-color: #F312FB; }
a { background-color: rgb(243,18,251); }
div.DivClassName
{
background-color: #F312FB;
}
.BgClassName
{
background-color: #F312FB;
}
</style>
border-color css
<style>
span { border-color: #F312FB; }
span { border-color: rgb(243,18,251); }
td.TdClassName
{
border-color: #F312FB;
}
.TagClassName
{
border-color: #F312FB;
}
</style>