Shades of Magenta #F315FE
Tints of Magenta #F315FE
RGB
CMYK
RGB Variations
Color information
#F315FE (or 0xF315FE) is known color: Magenta. HEX triplet: F3, 15 and FE. RGB value is (243,21,254). Sum of RGB (Red+Green+Blue) = 243+21+254=518 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.91% from 518); Green value is 21 (8.59% from 255 or 4.05% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #F315FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F315FE is #0CEA01. Grayscale: #717171. Windows color (decimal): -846338 or 16651763. OLE color: 16651763.
HSL color Cylindrical-coordinate representation of color #F315FE: hue angle of 297.17º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F315FE is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 21 | 254 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.00 |
| HSL | 297.17º | 0.99% | 0.54% | - |
| HSV(B) | 297.17º | 0.92% | 1% | - |
| XYZ | 55.12 | 26.75 | 96.02 | - |
| YUV | 113.94 | 207.05 | 220.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 254 | 0.04 | 0.92 | 0 | 0.00 | 297.17 | 0.99 | 0.54 |
| Hex | F3 | 15 | FE | 4 | 5C | 0 | 0 | 129 | 63 | 36 |
| Octal | 363 | 25 | 376 | 4 | 134 | 0 | 0 | 451 | 143 | 66 |
| Binary | 11110011 | 10101 | 11111110 | 100 | 1011100 | 0 | 0 | 100101001 | 1100011 | 110110 |
Color Harmonies of #F315FE
Complementary color
Monochromatic Colors of #F315FE
Black with #F315FE
Text Example
Text Example
White with #F315FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F315FE; }
p { color: rgb(243,21,254); }
H1.HeaderClassName
{
color: #F315FE;
}
.AnyTagClassName
{
color: #F315FE;
}
</style>
background-color css
<style>
a { background-color: #F315FE; }
a { background-color: rgb(243,21,254); }
div.DivClassName
{
background-color: #F315FE;
}
.BgClassName
{
background-color: #F315FE;
}
</style>
border-color css
<style>
span { border-color: #F315FE; }
span { border-color: rgb(243,21,254); }
td.TdClassName
{
border-color: #F315FE;
}
.TagClassName
{
border-color: #F315FE;
}
</style>