Shades of Magenta #F315FC
Tints of Magenta #F315FC
RGB
CMYK
RGB Variations
Color information
#F315FC (or 0xF315FC) is known color: Magenta. HEX triplet: F3, 15 and FC. RGB value is (243,21,252). Sum of RGB (Red+Green+Blue) = 243+21+252=516 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.09% from 516); Green value is 21 (8.59% from 255 or 4.07% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #F315FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F315FC is #0CEA03. Grayscale: #717171. Windows color (decimal): -846340 or 16520691. OLE color: 16520691.
HSL color Cylindrical-coordinate representation of color #F315FC: hue angle of 297.66º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F315FC is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 21 | 252 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.01 |
| HSL | 297.66º | 0.97% | 0.54% | - |
| HSV(B) | 297.66º | 0.92% | 0.99% | - |
| XYZ | 54.8 | 26.62 | 94.35 | - |
| YUV | 113.71 | 206.05 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 252 | 0.04 | 0.92 | 0 | 0.01 | 297.66 | 0.97 | 0.54 |
| Hex | F3 | 15 | FC | 4 | 5C | 0 | 1 | 12A | 61 | 36 |
| Octal | 363 | 25 | 374 | 4 | 134 | 0 | 1 | 452 | 141 | 66 |
| Binary | 11110011 | 10101 | 11111100 | 100 | 1011100 | 0 | 1 | 100101010 | 1100001 | 110110 |
Color Harmonies of #F315FC
Complementary color
Monochromatic Colors of #F315FC
Black with #F315FC
Text Example
Text Example
White with #F315FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F315FC; }
p { color: rgb(243,21,252); }
H1.HeaderClassName
{
color: #F315FC;
}
.AnyTagClassName
{
color: #F315FC;
}
</style>
background-color css
<style>
a { background-color: #F315FC; }
a { background-color: rgb(243,21,252); }
div.DivClassName
{
background-color: #F315FC;
}
.BgClassName
{
background-color: #F315FC;
}
</style>
border-color css
<style>
span { border-color: #F315FC; }
span { border-color: rgb(243,21,252); }
td.TdClassName
{
border-color: #F315FC;
}
.TagClassName
{
border-color: #F315FC;
}
</style>