Shades of Magenta #F61BEC
Tints of Magenta #F61BEC
RGB
CMYK
RGB Variations
Color information
#F61BEC (or 0xF61BEC) is known color: Magenta. HEX triplet: F6, 1B and EC. RGB value is (246,27,236). Sum of RGB (Red+Green+Blue) = 246+27+236=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 27 (10.94% from 255 or 5.30% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F61BEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61BEC is #09E413. Grayscale: #737373. Windows color (decimal): -648212 or 15473654. OLE color: 15473654.
HSL color Cylindrical-coordinate representation of color #F61BEC: hue angle of 302.74º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61BEC is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 27 | 236 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.04 |
| HSL | 302.74º | 0.92% | 0.54% | - |
| HSV(B) | 302.74º | 0.89% | 0.96% | - |
| XYZ | 53.54 | 26.43 | 81.64 | - |
| YUV | 116.31 | 195.55 | 220.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 27 | 236 | 0 | 0.89 | 0.04 | 0.04 | 302.74 | 0.92 | 0.54 |
| Hex | F6 | 1B | EC | 0 | 59 | 4 | 4 | 12F | 5C | 36 |
| Octal | 366 | 33 | 354 | 0 | 131 | 4 | 4 | 457 | 134 | 66 |
| Binary | 11110110 | 11011 | 11101100 | 0 | 1011001 | 100 | 100 | 100101111 | 1011100 | 110110 |
Color Harmonies of #F61BEC
Complementary color
Monochromatic Colors of #F61BEC
Black with #F61BEC
Text Example
Text Example
White with #F61BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61BEC; }
p { color: rgb(246,27,236); }
H1.HeaderClassName
{
color: #F61BEC;
}
.AnyTagClassName
{
color: #F61BEC;
}
</style>
background-color css
<style>
a { background-color: #F61BEC; }
a { background-color: rgb(246,27,236); }
div.DivClassName
{
background-color: #F61BEC;
}
.BgClassName
{
background-color: #F61BEC;
}
</style>
border-color css
<style>
span { border-color: #F61BEC; }
span { border-color: rgb(246,27,236); }
td.TdClassName
{
border-color: #F61BEC;
}
.TagClassName
{
border-color: #F61BEC;
}
</style>