Shades of Magenta #F61BE8
Tints of Magenta #F61BE8
RGB
CMYK
RGB Variations
Color information
#F61BE8 (or 0xF61BE8) is known color: Magenta. HEX triplet: F6, 1B and E8. RGB value is (246,27,232). Sum of RGB (Red+Green+Blue) = 246+27+232=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 27 (10.94% from 255 or 5.35% from 505); Blue value is 232 (91.02% from 255 or 45.94% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F61BE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61BE8 is #09E417. Grayscale: #737373. Windows color (decimal): -648216 or 15211510. OLE color: 15211510.
HSL color Cylindrical-coordinate representation of color #F61BE8: hue angle of 303.84º 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 #F61BE8 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 27 | 232 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.04 |
| HSL | 303.84º | 0.92% | 0.54% | - |
| HSV(B) | 303.84º | 0.89% | 0.96% | - |
| XYZ | 52.96 | 26.2 | 78.61 | - |
| YUV | 115.85 | 193.55 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 27 | 232 | 0 | 0.89 | 0.06 | 0.04 | 303.84 | 0.92 | 0.54 |
| Hex | F6 | 1B | E8 | 0 | 59 | 6 | 4 | 130 | 5C | 36 |
| Octal | 366 | 33 | 350 | 0 | 131 | 6 | 4 | 460 | 134 | 66 |
| Binary | 11110110 | 11011 | 11101000 | 0 | 1011001 | 110 | 100 | 100110000 | 1011100 | 110110 |
Color Harmonies of #F61BE8
Complementary color
Monochromatic Colors of #F61BE8
Black with #F61BE8
Text Example
Text Example
White with #F61BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61BE8; }
p { color: rgb(246,27,232); }
H1.HeaderClassName
{
color: #F61BE8;
}
.AnyTagClassName
{
color: #F61BE8;
}
</style>
background-color css
<style>
a { background-color: #F61BE8; }
a { background-color: rgb(246,27,232); }
div.DivClassName
{
background-color: #F61BE8;
}
.BgClassName
{
background-color: #F61BE8;
}
</style>
border-color css
<style>
span { border-color: #F61BE8; }
span { border-color: rgb(246,27,232); }
td.TdClassName
{
border-color: #F61BE8;
}
.TagClassName
{
border-color: #F61BE8;
}
</style>