Shades of Magenta #F61BF5
Tints of Magenta #F61BF5
RGB
CMYK
RGB Variations
Color information
#F61BF5 (or 0xF61BF5) is known color: Magenta. HEX triplet: F6, 1B and F5. RGB value is (246,27,245). Sum of RGB (Red+Green+Blue) = 246+27+245=518 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.49% from 518); Green value is 27 (10.94% from 255 or 5.21% from 518); Blue value is 245 (96.09% from 255 or 47.30% from 518); Max value from RGB is 246 - color contains mainly: red. Hex color #F61BF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61BF5 is #09E40A. Grayscale: #747474. Windows color (decimal): -648203 or 16063478. OLE color: 16063478.
HSL color Cylindrical-coordinate representation of color #F61BF5: hue angle of 300.27º 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 #F61BF5 is Cyan = 0, Magento = 0.89, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 27 | 245 | - |
| CMYK | 0 | 0.89 | 0.00 | 0.04 |
| HSL | 300.27º | 0.92% | 0.54% | - |
| HSV(B) | 300.27º | 0.89% | 0.96% | - |
| XYZ | 54.88 | 26.97 | 88.7 | - |
| YUV | 117.33 | 200.05 | 219.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 27 | 245 | 0 | 0.89 | 0.00 | 0.04 | 300.27 | 0.92 | 0.54 |
| Hex | F6 | 1B | F5 | 0 | 59 | 0 | 4 | 12C | 5C | 36 |
| Octal | 366 | 33 | 365 | 0 | 131 | 0 | 4 | 454 | 134 | 66 |
| Binary | 11110110 | 11011 | 11110101 | 0 | 1011001 | 0 | 100 | 100101100 | 1011100 | 110110 |
Color Harmonies of #F61BF5
Complementary color
Monochromatic Colors of #F61BF5
Black with #F61BF5
Text Example
Text Example
White with #F61BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61BF5; }
p { color: rgb(246,27,245); }
H1.HeaderClassName
{
color: #F61BF5;
}
.AnyTagClassName
{
color: #F61BF5;
}
</style>
background-color css
<style>
a { background-color: #F61BF5; }
a { background-color: rgb(246,27,245); }
div.DivClassName
{
background-color: #F61BF5;
}
.BgClassName
{
background-color: #F61BF5;
}
</style>
border-color css
<style>
span { border-color: #F61BF5; }
span { border-color: rgb(246,27,245); }
td.TdClassName
{
border-color: #F61BF5;
}
.TagClassName
{
border-color: #F61BF5;
}
</style>