Html Css Color HEX #FF5BE1 Free Speech Magenta
📋 copy color: '#FF5BE1'red 255 ◦ green 91 ◦ blue 225
Shades of Free Speech Magenta #FF5BE1
Tints of Free Speech Magenta #FF5BE1
RGB
CMYK
RGB Variations
Color information
#FF5BE1 (or 0xFF5BE1) is known color: Free Speech Magenta. HEX triplet: FF, 5B and E1. RGB value is (255,91,225). Sum of RGB (Red+Green+Blue) = 255+91+225=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 91 (35.94% from 255 or 15.94% from 571); Blue value is 225 (88.28% from 255 or 39.40% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5BE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5BE1 is #00A41E. Grayscale: #9A9A9A. Windows color (decimal): -42015 or 14769151. OLE color: 14769151.
HSL color Cylindrical-coordinate representation of color #FF5BE1: hue angle of 310.98º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5BE1 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 225 | - |
| CMYK | 0 | 0.64 | 0.12 | 0 |
| HSL | 310.98º | 1% | 0.68% | - |
| HSV(B) | 310.98º | 0.64% | 1% | - |
| XYZ | 58.57 | 34.18 | 74.74 | - |
| YUV | 155.31 | 167.33 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 225 | 0 | 0.64 | 0.12 | 0 | 310.98 | 1 | 0.68 |
| Hex | FF | 5B | E1 | 0 | 40 | C | 0 | 137 | 64 | 44 |
| Octal | 377 | 133 | 341 | 0 | 100 | 14 | 0 | 467 | 144 | 104 |
| Binary | 11111111 | 1011011 | 11100001 | 0 | 1000000 | 1100 | 0 | 100110111 | 1100100 | 1000100 |
Color Harmonies of #FF5BE1
Complementary color
Monochromatic Colors of #FF5BE1
Black with #FF5BE1
Text Example
Text Example
White with #FF5BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5BE1; }
p { color: rgb(255,91,225); }
H1.HeaderClassName
{
color: #FF5BE1;
}
.AnyTagClassName
{
color: #FF5BE1;
}
</style>
background-color css
<style>
a { background-color: #FF5BE1; }
a { background-color: rgb(255,91,225); }
div.DivClassName
{
background-color: #FF5BE1;
}
.BgClassName
{
background-color: #FF5BE1;
}
</style>
border-color css
<style>
span { border-color: #FF5BE1; }
span { border-color: rgb(255,91,225); }
td.TdClassName
{
border-color: #FF5BE1;
}
.TagClassName
{
border-color: #FF5BE1;
}
</style>