Shades of Magenta #FF1BEC
Tints of Magenta #FF1BEC
RGB
CMYK
RGB Variations
Color information
#FF1BEC (or 0xFF1BEC) is known color: Magenta. HEX triplet: FF, 1B and EC. RGB value is (255,27,236). Sum of RGB (Red+Green+Blue) = 255+27+236=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 27 (10.94% from 255 or 5.21% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1BEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1BEC is #00E413. Grayscale: #767676. Windows color (decimal): -58388 or 15473663. OLE color: 15473663.
HSL color Cylindrical-coordinate representation of color #FF1BEC: hue angle of 305º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1BEC is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 236 | - |
| CMYK | 0 | 0.89 | 0.07 | 0 |
| HSL | 305º | 1% | 0.55% | - |
| HSV(B) | 305º | 0.89% | 1% | - |
| XYZ | 56.77 | 28.1 | 81.79 | - |
| YUV | 119 | 194.04 | 225.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 236 | 0 | 0.89 | 0.07 | 0 | 305 | 1 | 0.55 |
| Hex | FF | 1B | EC | 0 | 59 | 7 | 0 | 131 | 64 | 37 |
| Octal | 377 | 33 | 354 | 0 | 131 | 7 | 0 | 461 | 144 | 67 |
| Binary | 11111111 | 11011 | 11101100 | 0 | 1011001 | 111 | 0 | 100110001 | 1100100 | 110111 |
Color Harmonies of #FF1BEC
Complementary color
Monochromatic Colors of #FF1BEC
Black with #FF1BEC
Text Example
Text Example
White with #FF1BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1BEC; }
p { color: rgb(255,27,236); }
H1.HeaderClassName
{
color: #FF1BEC;
}
.AnyTagClassName
{
color: #FF1BEC;
}
</style>
background-color css
<style>
a { background-color: #FF1BEC; }
a { background-color: rgb(255,27,236); }
div.DivClassName
{
background-color: #FF1BEC;
}
.BgClassName
{
background-color: #FF1BEC;
}
</style>
border-color css
<style>
span { border-color: #FF1BEC; }
span { border-color: rgb(255,27,236); }
td.TdClassName
{
border-color: #FF1BEC;
}
.TagClassName
{
border-color: #FF1BEC;
}
</style>