Shades of Magenta #F312FF
Tints of Magenta #F312FF
RGB
CMYK
RGB Variations
Color information
#F312FF (or 0xF312FF) is known color: Magenta. HEX triplet: F3, 12 and FF. RGB value is (243,18,255). Sum of RGB (Red+Green+Blue) = 243+18+255=516 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.09% from 516); Green value is 18 (7.42% from 255 or 3.49% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #F312FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F312FF is #0CED00. Grayscale: #6F6F6F. Windows color (decimal): -847105 or 16716531. OLE color: 16716531.
HSL color Cylindrical-coordinate representation of color #F312FF: hue angle of 296.96º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F312FF is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 18 | 255 | - |
| CMYK | 0.05 | 0.93 | 0 | 0 |
| HSL | 296.96º | 1% | 0.54% | - |
| HSV(B) | 296.96º | 0.93% | 1% | - |
| XYZ | 55.23 | 26.71 | 96.85 | - |
| YUV | 112.29 | 208.54 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 255 | 0.05 | 0.93 | 0 | 0 | 296.96 | 1 | 0.54 |
| Hex | F3 | 12 | FF | 5 | 5D | 0 | 0 | 129 | 64 | 36 |
| Octal | 363 | 22 | 377 | 5 | 135 | 0 | 0 | 451 | 144 | 66 |
| Binary | 11110011 | 10010 | 11111111 | 101 | 1011101 | 0 | 0 | 100101001 | 1100100 | 110110 |
Color Harmonies of #F312FF
Complementary color
Monochromatic Colors of #F312FF
Black with #F312FF
Text Example
Text Example
White with #F312FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F312FF; }
p { color: rgb(243,18,255); }
H1.HeaderClassName
{
color: #F312FF;
}
.AnyTagClassName
{
color: #F312FF;
}
</style>
background-color css
<style>
a { background-color: #F312FF; }
a { background-color: rgb(243,18,255); }
div.DivClassName
{
background-color: #F312FF;
}
.BgClassName
{
background-color: #F312FF;
}
</style>
border-color css
<style>
span { border-color: #F312FF; }
span { border-color: rgb(243,18,255); }
td.TdClassName
{
border-color: #F312FF;
}
.TagClassName
{
border-color: #F312FF;
}
</style>