Html Css Color HEX #FF5BDB Free Speech Magenta
📋 copy color: '#FF5BDB'red 255 ◦ green 91 ◦ blue 219
Shades of Free Speech Magenta #FF5BDB
Tints of Free Speech Magenta #FF5BDB
RGB
CMYK
RGB Variations
Color information
#FF5BDB (or 0xFF5BDB) is known color: Free Speech Magenta. HEX triplet: FF, 5B and DB. RGB value is (255,91,219). Sum of RGB (Red+Green+Blue) = 255+91+219=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 91 (35.94% from 255 or 16.11% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5BDB is #00A424. Grayscale: #9A9A9A. Windows color (decimal): -42021 or 14375935. OLE color: 14375935.
HSL color Cylindrical-coordinate representation of color #FF5BDB: hue angle of 313.17º 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 #FF5BDB is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 219 | - |
| CMYK | 0 | 0.64 | 0.14 | 0 |
| HSL | 313.17º | 1% | 0.68% | - |
| HSV(B) | 313.17º | 0.64% | 1% | - |
| XYZ | 57.77 | 33.86 | 70.51 | - |
| YUV | 154.63 | 164.33 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 219 | 0 | 0.64 | 0.14 | 0 | 313.17 | 1 | 0.68 |
| Hex | FF | 5B | DB | 0 | 40 | E | 0 | 139 | 64 | 44 |
| Octal | 377 | 133 | 333 | 0 | 100 | 16 | 0 | 471 | 144 | 104 |
| Binary | 11111111 | 1011011 | 11011011 | 0 | 1000000 | 1110 | 0 | 100111001 | 1100100 | 1000100 |
Color Harmonies of #FF5BDB
Complementary color
Monochromatic Colors of #FF5BDB
Black with #FF5BDB
Text Example
Text Example
White with #FF5BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5BDB; }
p { color: rgb(255,91,219); }
H1.HeaderClassName
{
color: #FF5BDB;
}
.AnyTagClassName
{
color: #FF5BDB;
}
</style>
background-color css
<style>
a { background-color: #FF5BDB; }
a { background-color: rgb(255,91,219); }
div.DivClassName
{
background-color: #FF5BDB;
}
.BgClassName
{
background-color: #FF5BDB;
}
</style>
border-color css
<style>
span { border-color: #FF5BDB; }
span { border-color: rgb(255,91,219); }
td.TdClassName
{
border-color: #FF5BDB;
}
.TagClassName
{
border-color: #FF5BDB;
}
</style>