Shades of Magenta #F61BEE
Tints of Magenta #F61BEE
RGB
CMYK
RGB Variations
Color information
#F61BEE (or 0xF61BEE) is known color: Magenta. HEX triplet: F6, 1B and EE. RGB value is (246,27,238). Sum of RGB (Red+Green+Blue) = 246+27+238=511 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.14% from 511); Green value is 27 (10.94% from 255 or 5.28% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 246 - color contains mainly: red. Hex color #F61BEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61BEE is #09E411. Grayscale: #737373. Windows color (decimal): -648210 or 15604726. OLE color: 15604726.
HSL color Cylindrical-coordinate representation of color #F61BEE: hue angle of 302.19º 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 #F61BEE is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 27 | 238 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.04 |
| HSL | 302.19º | 0.92% | 0.54% | - |
| HSV(B) | 302.19º | 0.89% | 0.96% | - |
| XYZ | 53.83 | 26.55 | 83.18 | - |
| YUV | 116.54 | 196.55 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 27 | 238 | 0 | 0.89 | 0.03 | 0.04 | 302.19 | 0.92 | 0.54 |
| Hex | F6 | 1B | EE | 0 | 59 | 3 | 4 | 12E | 5C | 36 |
| Octal | 366 | 33 | 356 | 0 | 131 | 3 | 4 | 456 | 134 | 66 |
| Binary | 11110110 | 11011 | 11101110 | 0 | 1011001 | 11 | 100 | 100101110 | 1011100 | 110110 |
Color Harmonies of #F61BEE
Complementary color
Monochromatic Colors of #F61BEE
Black with #F61BEE
Text Example
Text Example
White with #F61BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61BEE; }
p { color: rgb(246,27,238); }
H1.HeaderClassName
{
color: #F61BEE;
}
.AnyTagClassName
{
color: #F61BEE;
}
</style>
background-color css
<style>
a { background-color: #F61BEE; }
a { background-color: rgb(246,27,238); }
div.DivClassName
{
background-color: #F61BEE;
}
.BgClassName
{
background-color: #F61BEE;
}
</style>
border-color css
<style>
span { border-color: #F61BEE; }
span { border-color: rgb(246,27,238); }
td.TdClassName
{
border-color: #F61BEE;
}
.TagClassName
{
border-color: #F61BEE;
}
</style>