Shades of Magenta #FF1BF1
Tints of Magenta #FF1BF1
RGB
CMYK
RGB Variations
Color information
#FF1BF1 (or 0xFF1BF1) is known color: Magenta. HEX triplet: FF, 1B and F1. RGB value is (255,27,241). Sum of RGB (Red+Green+Blue) = 255+27+241=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 27 (10.94% from 255 or 5.16% from 523); Blue value is 241 (94.53% from 255 or 46.08% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1BF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1BF1 is #00E40E. Grayscale: #767676. Windows color (decimal): -58383 or 15801343. OLE color: 15801343.
HSL color Cylindrical-coordinate representation of color #FF1BF1: hue angle of 303.68º 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 #FF1BF1 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 241 | - |
| CMYK | 0 | 0.89 | 0.05 | 0 |
| HSL | 303.68º | 1% | 0.55% | - |
| HSV(B) | 303.68º | 0.89% | 1% | - |
| XYZ | 57.51 | 28.39 | 85.67 | - |
| YUV | 119.57 | 196.54 | 224.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 241 | 0 | 0.89 | 0.05 | 0 | 303.68 | 1 | 0.55 |
| Hex | FF | 1B | F1 | 0 | 59 | 5 | 0 | 130 | 64 | 37 |
| Octal | 377 | 33 | 361 | 0 | 131 | 5 | 0 | 460 | 144 | 67 |
| Binary | 11111111 | 11011 | 11110001 | 0 | 1011001 | 101 | 0 | 100110000 | 1100100 | 110111 |
Color Harmonies of #FF1BF1
Complementary color
Monochromatic Colors of #FF1BF1
Black with #FF1BF1
Text Example
Text Example
White with #FF1BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1BF1; }
p { color: rgb(255,27,241); }
H1.HeaderClassName
{
color: #FF1BF1;
}
.AnyTagClassName
{
color: #FF1BF1;
}
</style>
background-color css
<style>
a { background-color: #FF1BF1; }
a { background-color: rgb(255,27,241); }
div.DivClassName
{
background-color: #FF1BF1;
}
.BgClassName
{
background-color: #FF1BF1;
}
</style>
border-color css
<style>
span { border-color: #FF1BF1; }
span { border-color: rgb(255,27,241); }
td.TdClassName
{
border-color: #FF1BF1;
}
.TagClassName
{
border-color: #FF1BF1;
}
</style>