Shades of Magenta #F615FE
Tints of Magenta #F615FE
RGB
CMYK
RGB Variations
Color information
#F615FE (or 0xF615FE) is known color: Magenta. HEX triplet: F6, 15 and FE. RGB value is (246,21,254). Sum of RGB (Red+Green+Blue) = 246+21+254=521 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.22% from 521); Green value is 21 (8.59% from 255 or 4.03% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #F615FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F615FE is #09EA01. Grayscale: #727272. Windows color (decimal): -649730 or 16651766. OLE color: 16651766.
HSL color Cylindrical-coordinate representation of color #F615FE: hue angle of 297.94º 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 #F615FE is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 21 | 254 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.00 |
| HSL | 297.94º | 0.99% | 0.54% | - |
| HSV(B) | 297.94º | 0.92% | 1% | - |
| XYZ | 56.16 | 27.28 | 96.07 | - |
| YUV | 114.84 | 206.54 | 221.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 21 | 254 | 0.03 | 0.92 | 0 | 0.00 | 297.94 | 0.99 | 0.54 |
| Hex | F6 | 15 | FE | 3 | 5C | 0 | 0 | 12A | 63 | 36 |
| Octal | 366 | 25 | 376 | 3 | 134 | 0 | 0 | 452 | 143 | 66 |
| Binary | 11110110 | 10101 | 11111110 | 11 | 1011100 | 0 | 0 | 100101010 | 1100011 | 110110 |
Color Harmonies of #F615FE
Complementary color
Monochromatic Colors of #F615FE
Black with #F615FE
Text Example
Text Example
White with #F615FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F615FE; }
p { color: rgb(246,21,254); }
H1.HeaderClassName
{
color: #F615FE;
}
.AnyTagClassName
{
color: #F615FE;
}
</style>
background-color css
<style>
a { background-color: #F615FE; }
a { background-color: rgb(246,21,254); }
div.DivClassName
{
background-color: #F615FE;
}
.BgClassName
{
background-color: #F615FE;
}
</style>
border-color css
<style>
span { border-color: #F615FE; }
span { border-color: rgb(246,21,254); }
td.TdClassName
{
border-color: #F615FE;
}
.TagClassName
{
border-color: #F615FE;
}
</style>