Shades of Magenta #F613FE
Tints of Magenta #F613FE
RGB
CMYK
RGB Variations
Color information
#F613FE (or 0xF613FE) is known color: Magenta. HEX triplet: F6, 13 and FE. RGB value is (246,19,254). Sum of RGB (Red+Green+Blue) = 246+19+254=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 19 (7.81% from 255 or 3.66% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #F613FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F613FE is #09EC01. Grayscale: #707070. Windows color (decimal): -650242 or 16651254. OLE color: 16651254.
HSL color Cylindrical-coordinate representation of color #F613FE: hue angle of 297.96º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F613FE is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 19 | 254 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.00 |
| HSL | 297.96º | 0.99% | 0.54% | - |
| HSV(B) | 297.96º | 0.93% | 1% | - |
| XYZ | 56.13 | 27.21 | 96.06 | - |
| YUV | 113.66 | 207.21 | 222.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 19 | 254 | 0.03 | 0.93 | 0 | 0.00 | 297.96 | 0.99 | 0.54 |
| Hex | F6 | 13 | FE | 3 | 5D | 0 | 0 | 12A | 63 | 36 |
| Octal | 366 | 23 | 376 | 3 | 135 | 0 | 0 | 452 | 143 | 66 |
| Binary | 11110110 | 10011 | 11111110 | 11 | 1011101 | 0 | 0 | 100101010 | 1100011 | 110110 |
Color Harmonies of #F613FE
Complementary color
Monochromatic Colors of #F613FE
Black with #F613FE
Text Example
Text Example
White with #F613FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F613FE; }
p { color: rgb(246,19,254); }
H1.HeaderClassName
{
color: #F613FE;
}
.AnyTagClassName
{
color: #F613FE;
}
</style>
background-color css
<style>
a { background-color: #F613FE; }
a { background-color: rgb(246,19,254); }
div.DivClassName
{
background-color: #F613FE;
}
.BgClassName
{
background-color: #F613FE;
}
</style>
border-color css
<style>
span { border-color: #F613FE; }
span { border-color: rgb(246,19,254); }
td.TdClassName
{
border-color: #F613FE;
}
.TagClassName
{
border-color: #F613FE;
}
</style>