Shades of Magenta #FF1BED
Tints of Magenta #FF1BED
RGB
CMYK
RGB Variations
Color information
#FF1BED (or 0xFF1BED) is known color: Magenta. HEX triplet: FF, 1B and ED. RGB value is (255,27,237). Sum of RGB (Red+Green+Blue) = 255+27+237=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 27 (10.94% from 255 or 5.20% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1BED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1BED is #00E412. Grayscale: #767676. Windows color (decimal): -58387 or 15539199. OLE color: 15539199.
HSL color Cylindrical-coordinate representation of color #FF1BED: hue angle of 304.74º 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 #FF1BED is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 237 | - |
| CMYK | 0 | 0.89 | 0.07 | 0 |
| HSL | 304.74º | 1% | 0.55% | - |
| HSV(B) | 304.74º | 0.89% | 1% | - |
| XYZ | 56.92 | 28.16 | 82.56 | - |
| YUV | 119.11 | 194.54 | 224.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 237 | 0 | 0.89 | 0.07 | 0 | 304.74 | 1 | 0.55 |
| Hex | FF | 1B | ED | 0 | 59 | 7 | 0 | 131 | 64 | 37 |
| Octal | 377 | 33 | 355 | 0 | 131 | 7 | 0 | 461 | 144 | 67 |
| Binary | 11111111 | 11011 | 11101101 | 0 | 1011001 | 111 | 0 | 100110001 | 1100100 | 110111 |
Color Harmonies of #FF1BED
Complementary color
Monochromatic Colors of #FF1BED
Black with #FF1BED
Text Example
Text Example
White with #FF1BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1BED; }
p { color: rgb(255,27,237); }
H1.HeaderClassName
{
color: #FF1BED;
}
.AnyTagClassName
{
color: #FF1BED;
}
</style>
background-color css
<style>
a { background-color: #FF1BED; }
a { background-color: rgb(255,27,237); }
div.DivClassName
{
background-color: #FF1BED;
}
.BgClassName
{
background-color: #FF1BED;
}
</style>
border-color css
<style>
span { border-color: #FF1BED; }
span { border-color: rgb(255,27,237); }
td.TdClassName
{
border-color: #FF1BED;
}
.TagClassName
{
border-color: #FF1BED;
}
</style>