Shades of Magenta #F312F3
Tints of Magenta #F312F3
RGB
CMYK
RGB Variations
Color information
#F312F3 (or 0xF312F3) is known color: Magenta. HEX triplet: F3, 12 and F3. RGB value is (243,18,243). Sum of RGB (Red+Green+Blue) = 243+18+243=504 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.21% from 504); Green value is 18 (7.42% from 255 or 3.57% from 504); Blue value is 243 (95.31% from 255 or 48.21% from 504); Max value from RGB is 243 - color contains mainly: red, blue. Hex color #F312F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F312F3 is #0CED0C. Grayscale: #6E6E6E. Windows color (decimal): -847117 or 15930099. OLE color: 15930099.
HSL color Cylindrical-coordinate representation of color #F312F3: hue angle of 300º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F312F3 is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 243 | - |
| CMYK | 0 | 0.93 | 0 | 0.05 |
| HSL | 300º | 0.9% | 0.51% | - |
| HSV(B) | 300º | 0.93% | 0.95% | - |
| XYZ | 53.36 | 25.96 | 86.99 | - |
| YUV | 110.93 | 202.54 | 222.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 243 | 0 | 0.93 | 0 | 0.05 | 300 | 0.9 | 0.51 |
| Hex | F3 | 12 | F3 | 0 | 5D | 0 | 5 | 12C | 5A | 33 |
| Octal | 363 | 22 | 363 | 0 | 135 | 0 | 5 | 454 | 132 | 63 |
| Binary | 11110011 | 10010 | 11110011 | 0 | 1011101 | 0 | 101 | 100101100 | 1011010 | 110011 |
Color Harmonies of #F312F3
Complementary color
Monochromatic Colors of #F312F3
Black with #F312F3
Text Example
Text Example
White with #F312F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F312F3; }
p { color: rgb(243,18,243); }
H1.HeaderClassName
{
color: #F312F3;
}
.AnyTagClassName
{
color: #F312F3;
}
</style>
background-color css
<style>
a { background-color: #F312F3; }
a { background-color: rgb(243,18,243); }
div.DivClassName
{
background-color: #F312F3;
}
.BgClassName
{
background-color: #F312F3;
}
</style>
border-color css
<style>
span { border-color: #F312F3; }
span { border-color: rgb(243,18,243); }
td.TdClassName
{
border-color: #F312F3;
}
.TagClassName
{
border-color: #F312F3;
}
</style>