Shades of Magenta #F61DFE
Tints of Magenta #F61DFE
RGB
CMYK
RGB Variations
Color information
#F61DFE (or 0xF61DFE) is known color: Magenta. HEX triplet: F6, 1D and FE. RGB value is (246,29,254). Sum of RGB (Red+Green+Blue) = 246+29+254=529 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.50% from 529); Green value is 29 (11.72% from 255 or 5.48% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #F61DFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61DFE is #09E201. Grayscale: #767676. Windows color (decimal): -647682 or 16653814. OLE color: 16653814.
HSL color Cylindrical-coordinate representation of color #F61DFE: hue angle of 297.87º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61DFE is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 29 | 254 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.00 |
| HSL | 297.87º | 0.99% | 0.55% | - |
| HSV(B) | 297.87º | 0.89% | 1% | - |
| XYZ | 56.33 | 27.63 | 96.13 | - |
| YUV | 119.53 | 203.89 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 29 | 254 | 0.03 | 0.89 | 0 | 0.00 | 297.87 | 0.99 | 0.55 |
| Hex | F6 | 1D | FE | 3 | 59 | 0 | 0 | 12A | 63 | 37 |
| Octal | 366 | 35 | 376 | 3 | 131 | 0 | 0 | 452 | 143 | 67 |
| Binary | 11110110 | 11101 | 11111110 | 11 | 1011001 | 0 | 0 | 100101010 | 1100011 | 110111 |
Color Harmonies of #F61DFE
Complementary color
Monochromatic Colors of #F61DFE
Black with #F61DFE
Text Example
Text Example
White with #F61DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61DFE; }
p { color: rgb(246,29,254); }
H1.HeaderClassName
{
color: #F61DFE;
}
.AnyTagClassName
{
color: #F61DFE;
}
</style>
background-color css
<style>
a { background-color: #F61DFE; }
a { background-color: rgb(246,29,254); }
div.DivClassName
{
background-color: #F61DFE;
}
.BgClassName
{
background-color: #F61DFE;
}
</style>
border-color css
<style>
span { border-color: #F61DFE; }
span { border-color: rgb(246,29,254); }
td.TdClassName
{
border-color: #F61DFE;
}
.TagClassName
{
border-color: #F61DFE;
}
</style>