Shades of Magenta #F61BED
Tints of Magenta #F61BED
RGB
CMYK
RGB Variations
Color information
#F61BED (or 0xF61BED) is known color: Magenta. HEX triplet: F6, 1B and ED. RGB value is (246,27,237). Sum of RGB (Red+Green+Blue) = 246+27+237=510 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.24% from 510); Green value is 27 (10.94% from 255 or 5.29% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 246 - color contains mainly: red. Hex color #F61BED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61BED is #09E412. Grayscale: #737373. Windows color (decimal): -648211 or 15539190. OLE color: 15539190.
HSL color Cylindrical-coordinate representation of color #F61BED: hue angle of 302.47º 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 #F61BED is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 27 | 237 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.04 |
| HSL | 302.47º | 0.92% | 0.54% | - |
| HSV(B) | 302.47º | 0.89% | 0.96% | - |
| XYZ | 53.68 | 26.49 | 82.4 | - |
| YUV | 116.42 | 196.05 | 220.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 27 | 237 | 0 | 0.89 | 0.04 | 0.04 | 302.47 | 0.92 | 0.54 |
| Hex | F6 | 1B | ED | 0 | 59 | 4 | 4 | 12E | 5C | 36 |
| Octal | 366 | 33 | 355 | 0 | 131 | 4 | 4 | 456 | 134 | 66 |
| Binary | 11110110 | 11011 | 11101101 | 0 | 1011001 | 100 | 100 | 100101110 | 1011100 | 110110 |
Color Harmonies of #F61BED
Complementary color
Monochromatic Colors of #F61BED
Black with #F61BED
Text Example
Text Example
White with #F61BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61BED; }
p { color: rgb(246,27,237); }
H1.HeaderClassName
{
color: #F61BED;
}
.AnyTagClassName
{
color: #F61BED;
}
</style>
background-color css
<style>
a { background-color: #F61BED; }
a { background-color: rgb(246,27,237); }
div.DivClassName
{
background-color: #F61BED;
}
.BgClassName
{
background-color: #F61BED;
}
</style>
border-color css
<style>
span { border-color: #F61BED; }
span { border-color: rgb(246,27,237); }
td.TdClassName
{
border-color: #F61BED;
}
.TagClassName
{
border-color: #F61BED;
}
</style>