Html Css Color HEX #FD5EDB Free Speech Magenta
📋 copy color: '#FD5EDB'red 253 ◦ green 94 ◦ blue 219
Shades of Free Speech Magenta #FD5EDB
Tints of Free Speech Magenta #FD5EDB
RGB
CMYK
RGB Variations
Color information
#FD5EDB (or 0xFD5EDB) is known color: Free Speech Magenta. HEX triplet: FD, 5E and DB. RGB value is (253,94,219). Sum of RGB (Red+Green+Blue) = 253+94+219=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 94 (37.11% from 255 or 16.61% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5EDB is #02A124. Grayscale: #9B9B9B. Windows color (decimal): -172325 or 14376701. OLE color: 14376701.
HSL color Cylindrical-coordinate representation of color #FD5EDB: hue angle of 312.83º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FD5EDB is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 94 | 219 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.01 |
| HSL | 312.83º | 0.98% | 0.68% | - |
| HSV(B) | 312.83º | 0.63% | 0.99% | - |
| XYZ | 57.3 | 34 | 70.56 | - |
| YUV | 155.79 | 163.68 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 94 | 219 | 0 | 0.63 | 0.13 | 0.01 | 312.83 | 0.98 | 0.68 |
| Hex | FD | 5E | DB | 0 | 3F | D | 1 | 139 | 62 | 44 |
| Octal | 375 | 136 | 333 | 0 | 77 | 15 | 1 | 471 | 142 | 104 |
| Binary | 11111101 | 1011110 | 11011011 | 0 | 111111 | 1101 | 1 | 100111001 | 1100010 | 1000100 |
Color Harmonies of #FD5EDB
Complementary color
Monochromatic Colors of #FD5EDB
Black with #FD5EDB
Text Example
Text Example
White with #FD5EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5EDB; }
p { color: rgb(253,94,219); }
H1.HeaderClassName
{
color: #FD5EDB;
}
.AnyTagClassName
{
color: #FD5EDB;
}
</style>
background-color css
<style>
a { background-color: #FD5EDB; }
a { background-color: rgb(253,94,219); }
div.DivClassName
{
background-color: #FD5EDB;
}
.BgClassName
{
background-color: #FD5EDB;
}
</style>
border-color css
<style>
span { border-color: #FD5EDB; }
span { border-color: rgb(253,94,219); }
td.TdClassName
{
border-color: #FD5EDB;
}
.TagClassName
{
border-color: #FD5EDB;
}
</style>