Shades of Magenta #F61BEA
Tints of Magenta #F61BEA
RGB
CMYK
RGB Variations
Color information
#F61BEA (or 0xF61BEA) is known color: Magenta. HEX triplet: F6, 1B and EA. RGB value is (246,27,234). Sum of RGB (Red+Green+Blue) = 246+27+234=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 27 (10.94% from 255 or 5.33% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F61BEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61BEA is #09E415. Grayscale: #737373. Windows color (decimal): -648214 or 15342582. OLE color: 15342582.
HSL color Cylindrical-coordinate representation of color #F61BEA: hue angle of 303.29º 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 #F61BEA is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 27 | 234 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.04 |
| HSL | 303.29º | 0.92% | 0.54% | - |
| HSV(B) | 303.29º | 0.89% | 0.96% | - |
| XYZ | 53.25 | 26.32 | 80.12 | - |
| YUV | 116.08 | 194.55 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 27 | 234 | 0 | 0.89 | 0.05 | 0.04 | 303.29 | 0.92 | 0.54 |
| Hex | F6 | 1B | EA | 0 | 59 | 5 | 4 | 12F | 5C | 36 |
| Octal | 366 | 33 | 352 | 0 | 131 | 5 | 4 | 457 | 134 | 66 |
| Binary | 11110110 | 11011 | 11101010 | 0 | 1011001 | 101 | 100 | 100101111 | 1011100 | 110110 |
Color Harmonies of #F61BEA
Complementary color
Monochromatic Colors of #F61BEA
Black with #F61BEA
Text Example
Text Example
White with #F61BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61BEA; }
p { color: rgb(246,27,234); }
H1.HeaderClassName
{
color: #F61BEA;
}
.AnyTagClassName
{
color: #F61BEA;
}
</style>
background-color css
<style>
a { background-color: #F61BEA; }
a { background-color: rgb(246,27,234); }
div.DivClassName
{
background-color: #F61BEA;
}
.BgClassName
{
background-color: #F61BEA;
}
</style>
border-color css
<style>
span { border-color: #F61BEA; }
span { border-color: rgb(246,27,234); }
td.TdClassName
{
border-color: #F61BEA;
}
.TagClassName
{
border-color: #F61BEA;
}
</style>