Shades of Magenta #FF1FEB
Tints of Magenta #FF1FEB
RGB
CMYK
RGB Variations
Color information
#FF1FEB (or 0xFF1FEB) is known color: Magenta. HEX triplet: FF, 1F and EB. RGB value is (255,31,235). Sum of RGB (Red+Green+Blue) = 255+31+235=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 31 (12.5% from 255 or 5.95% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1FEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1FEB is #00E014. Grayscale: #787878. Windows color (decimal): -57365 or 15409151. OLE color: 15409151.
HSL color Cylindrical-coordinate representation of color #FF1FEB: hue angle of 305.36º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1FEB is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 235 | - |
| CMYK | 0 | 0.88 | 0.08 | 0 |
| HSL | 305.36º | 1% | 0.56% | - |
| HSV(B) | 305.36º | 0.88% | 1% | - |
| XYZ | 56.73 | 28.24 | 81.06 | - |
| YUV | 121.23 | 192.21 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 235 | 0 | 0.88 | 0.08 | 0 | 305.36 | 1 | 0.56 |
| Hex | FF | 1F | EB | 0 | 58 | 8 | 0 | 131 | 64 | 38 |
| Octal | 377 | 37 | 353 | 0 | 130 | 10 | 0 | 461 | 144 | 70 |
| Binary | 11111111 | 11111 | 11101011 | 0 | 1011000 | 1000 | 0 | 100110001 | 1100100 | 111000 |
Color Harmonies of #FF1FEB
Complementary color
Monochromatic Colors of #FF1FEB
Black with #FF1FEB
Text Example
Text Example
White with #FF1FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1FEB; }
p { color: rgb(255,31,235); }
H1.HeaderClassName
{
color: #FF1FEB;
}
.AnyTagClassName
{
color: #FF1FEB;
}
</style>
background-color css
<style>
a { background-color: #FF1FEB; }
a { background-color: rgb(255,31,235); }
div.DivClassName
{
background-color: #FF1FEB;
}
.BgClassName
{
background-color: #FF1FEB;
}
</style>
border-color css
<style>
span { border-color: #FF1FEB; }
span { border-color: rgb(255,31,235); }
td.TdClassName
{
border-color: #FF1FEB;
}
.TagClassName
{
border-color: #FF1FEB;
}
</style>