Shades of Magenta #F614FE
Tints of Magenta #F614FE
RGB
CMYK
RGB Variations
Color information
#F614FE (or 0xF614FE) is known color: Magenta. HEX triplet: F6, 14 and FE. RGB value is (246,20,254). Sum of RGB (Red+Green+Blue) = 246+20+254=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 20 (8.20% from 255 or 3.85% 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 #F614FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F614FE is #09EB01. Grayscale: #717171. Windows color (decimal): -649986 or 16651510. OLE color: 16651510.
HSL color Cylindrical-coordinate representation of color #F614FE: hue angle of 297.95º 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 #F614FE is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 20 | 254 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.00 |
| HSL | 297.95º | 0.99% | 0.54% | - |
| HSV(B) | 297.95º | 0.92% | 1% | - |
| XYZ | 56.15 | 27.25 | 96.07 | - |
| YUV | 114.25 | 206.87 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 254 | 0.03 | 0.92 | 0 | 0.00 | 297.95 | 0.99 | 0.54 |
| Hex | F6 | 14 | FE | 3 | 5C | 0 | 0 | 12A | 63 | 36 |
| Octal | 366 | 24 | 376 | 3 | 134 | 0 | 0 | 452 | 143 | 66 |
| Binary | 11110110 | 10100 | 11111110 | 11 | 1011100 | 0 | 0 | 100101010 | 1100011 | 110110 |
Color Harmonies of #F614FE
Complementary color
Monochromatic Colors of #F614FE
Black with #F614FE
Text Example
Text Example
White with #F614FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F614FE; }
p { color: rgb(246,20,254); }
H1.HeaderClassName
{
color: #F614FE;
}
.AnyTagClassName
{
color: #F614FE;
}
</style>
background-color css
<style>
a { background-color: #F614FE; }
a { background-color: rgb(246,20,254); }
div.DivClassName
{
background-color: #F614FE;
}
.BgClassName
{
background-color: #F614FE;
}
</style>
border-color css
<style>
span { border-color: #F614FE; }
span { border-color: rgb(246,20,254); }
td.TdClassName
{
border-color: #F614FE;
}
.TagClassName
{
border-color: #F614FE;
}
</style>