Shades of Magenta #FF1BF5
Tints of Magenta #FF1BF5
RGB
CMYK
RGB Variations
Color information
#FF1BF5 (or 0xFF1BF5) is known color: Magenta. HEX triplet: FF, 1B and F5. RGB value is (255,27,245). Sum of RGB (Red+Green+Blue) = 255+27+245=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 27 (10.94% from 255 or 5.12% from 527); Blue value is 245 (96.09% from 255 or 46.49% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1BF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1BF5 is #00E40A. Grayscale: #777777. Windows color (decimal): -58379 or 16063487. OLE color: 16063487.
HSL color Cylindrical-coordinate representation of color #FF1BF5: hue angle of 302.63º 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 #FF1BF5 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 245 | - |
| CMYK | 0 | 0.89 | 0.04 | 0 |
| HSL | 302.63º | 1% | 0.55% | - |
| HSV(B) | 302.63º | 0.89% | 1% | - |
| XYZ | 58.11 | 28.64 | 88.85 | - |
| YUV | 120.02 | 198.54 | 224.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 245 | 0 | 0.89 | 0.04 | 0 | 302.63 | 1 | 0.55 |
| Hex | FF | 1B | F5 | 0 | 59 | 4 | 0 | 12F | 64 | 37 |
| Octal | 377 | 33 | 365 | 0 | 131 | 4 | 0 | 457 | 144 | 67 |
| Binary | 11111111 | 11011 | 11110101 | 0 | 1011001 | 100 | 0 | 100101111 | 1100100 | 110111 |
Color Harmonies of #FF1BF5
Complementary color
Monochromatic Colors of #FF1BF5
Black with #FF1BF5
Text Example
Text Example
White with #FF1BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1BF5; }
p { color: rgb(255,27,245); }
H1.HeaderClassName
{
color: #FF1BF5;
}
.AnyTagClassName
{
color: #FF1BF5;
}
</style>
background-color css
<style>
a { background-color: #FF1BF5; }
a { background-color: rgb(255,27,245); }
div.DivClassName
{
background-color: #FF1BF5;
}
.BgClassName
{
background-color: #FF1BF5;
}
</style>
border-color css
<style>
span { border-color: #FF1BF5; }
span { border-color: rgb(255,27,245); }
td.TdClassName
{
border-color: #FF1BF5;
}
.TagClassName
{
border-color: #FF1BF5;
}
</style>