Shades of Magenta #F515FE
Tints of Magenta #F515FE
RGB
CMYK
RGB Variations
Color information
#F515FE (or 0xF515FE) is known color: Magenta. HEX triplet: F5, 15 and FE. RGB value is (245,21,254). Sum of RGB (Red+Green+Blue) = 245+21+254=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 21 (8.59% from 255 or 4.04% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #F515FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F515FE is #0AEA01. Grayscale: #717171. Windows color (decimal): -715266 or 16651765. OLE color: 16651765.
HSL color Cylindrical-coordinate representation of color #F515FE: hue angle of 297.68º 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 #F515FE is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 21 | 254 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.00 |
| HSL | 297.68º | 0.99% | 0.54% | - |
| HSV(B) | 297.68º | 0.92% | 1% | - |
| XYZ | 55.81 | 27.1 | 96.06 | - |
| YUV | 114.54 | 206.71 | 221.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 21 | 254 | 0.04 | 0.92 | 0 | 0.00 | 297.68 | 0.99 | 0.54 |
| Hex | F5 | 15 | FE | 4 | 5C | 0 | 0 | 12A | 63 | 36 |
| Octal | 365 | 25 | 376 | 4 | 134 | 0 | 0 | 452 | 143 | 66 |
| Binary | 11110101 | 10101 | 11111110 | 100 | 1011100 | 0 | 0 | 100101010 | 1100011 | 110110 |
Color Harmonies of #F515FE
Complementary color
Monochromatic Colors of #F515FE
Black with #F515FE
Text Example
Text Example
White with #F515FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F515FE; }
p { color: rgb(245,21,254); }
H1.HeaderClassName
{
color: #F515FE;
}
.AnyTagClassName
{
color: #F515FE;
}
</style>
background-color css
<style>
a { background-color: #F515FE; }
a { background-color: rgb(245,21,254); }
div.DivClassName
{
background-color: #F515FE;
}
.BgClassName
{
background-color: #F515FE;
}
</style>
border-color css
<style>
span { border-color: #F515FE; }
span { border-color: rgb(245,21,254); }
td.TdClassName
{
border-color: #F515FE;
}
.TagClassName
{
border-color: #F515FE;
}
</style>