Shades of Magenta #FF1BEF
Tints of Magenta #FF1BEF
RGB
CMYK
RGB Variations
Color information
#FF1BEF (or 0xFF1BEF) is known color: Magenta. HEX triplet: FF, 1B and EF. RGB value is (255,27,239). Sum of RGB (Red+Green+Blue) = 255+27+239=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 27 (10.94% from 255 or 5.18% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1BEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1BEF is #00E410. Grayscale: #767676. Windows color (decimal): -58385 or 15670271. OLE color: 15670271.
HSL color Cylindrical-coordinate representation of color #FF1BEF: hue angle of 304.21º 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 #FF1BEF is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 239 | - |
| CMYK | 0 | 0.89 | 0.06 | 0 |
| HSL | 304.21º | 1% | 0.55% | - |
| HSV(B) | 304.21º | 0.89% | 1% | - |
| XYZ | 57.21 | 28.28 | 84.1 | - |
| YUV | 119.34 | 195.54 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 239 | 0 | 0.89 | 0.06 | 0 | 304.21 | 1 | 0.55 |
| Hex | FF | 1B | EF | 0 | 59 | 6 | 0 | 130 | 64 | 37 |
| Octal | 377 | 33 | 357 | 0 | 131 | 6 | 0 | 460 | 144 | 67 |
| Binary | 11111111 | 11011 | 11101111 | 0 | 1011001 | 110 | 0 | 100110000 | 1100100 | 110111 |
Color Harmonies of #FF1BEF
Complementary color
Monochromatic Colors of #FF1BEF
Black with #FF1BEF
Text Example
Text Example
White with #FF1BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1BEF; }
p { color: rgb(255,27,239); }
H1.HeaderClassName
{
color: #FF1BEF;
}
.AnyTagClassName
{
color: #FF1BEF;
}
</style>
background-color css
<style>
a { background-color: #FF1BEF; }
a { background-color: rgb(255,27,239); }
div.DivClassName
{
background-color: #FF1BEF;
}
.BgClassName
{
background-color: #FF1BEF;
}
</style>
border-color css
<style>
span { border-color: #FF1BEF; }
span { border-color: rgb(255,27,239); }
td.TdClassName
{
border-color: #FF1BEF;
}
.TagClassName
{
border-color: #FF1BEF;
}
</style>