Html Css Color HEX #FD5BDB Free Speech Magenta
📋 copy color: '#FD5BDB'red 253 ◦ green 91 ◦ blue 219
Shades of Free Speech Magenta #FD5BDB
Tints of Free Speech Magenta #FD5BDB
RGB
CMYK
RGB Variations
Color information
#FD5BDB (or 0xFD5BDB) is known color: Free Speech Magenta. HEX triplet: FD, 5B and DB. RGB value is (253,91,219). Sum of RGB (Red+Green+Blue) = 253+91+219=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 91 (35.94% from 255 or 16.16% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5BDB is #02A424. Grayscale: #999999. Windows color (decimal): -173093 or 14375933. OLE color: 14375933.
HSL color Cylindrical-coordinate representation of color #FD5BDB: hue angle of 312.59º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD5BDB is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 91 | 219 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.01 |
| HSL | 312.59º | 0.98% | 0.67% | - |
| HSV(B) | 312.59º | 0.64% | 0.99% | - |
| XYZ | 57.04 | 33.48 | 70.47 | - |
| YUV | 154.03 | 164.67 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 91 | 219 | 0 | 0.64 | 0.13 | 0.01 | 312.59 | 0.98 | 0.67 |
| Hex | FD | 5B | DB | 0 | 40 | D | 1 | 139 | 62 | 43 |
| Octal | 375 | 133 | 333 | 0 | 100 | 15 | 1 | 471 | 142 | 103 |
| Binary | 11111101 | 1011011 | 11011011 | 0 | 1000000 | 1101 | 1 | 100111001 | 1100010 | 1000011 |
Color Harmonies of #FD5BDB
Complementary color
Monochromatic Colors of #FD5BDB
Black with #FD5BDB
Text Example
Text Example
White with #FD5BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5BDB; }
p { color: rgb(253,91,219); }
H1.HeaderClassName
{
color: #FD5BDB;
}
.AnyTagClassName
{
color: #FD5BDB;
}
</style>
background-color css
<style>
a { background-color: #FD5BDB; }
a { background-color: rgb(253,91,219); }
div.DivClassName
{
background-color: #FD5BDB;
}
.BgClassName
{
background-color: #FD5BDB;
}
</style>
border-color css
<style>
span { border-color: #FD5BDB; }
span { border-color: rgb(253,91,219); }
td.TdClassName
{
border-color: #FD5BDB;
}
.TagClassName
{
border-color: #FD5BDB;
}
</style>