Html Css Color HEX #FD5BDE Free Speech Magenta
📋 copy color: '#FD5BDE'red 253 ◦ green 91 ◦ blue 222
Shades of Free Speech Magenta #FD5BDE
Tints of Free Speech Magenta #FD5BDE
RGB
CMYK
RGB Variations
Color information
#FD5BDE (or 0xFD5BDE) is known color: Free Speech Magenta. HEX triplet: FD, 5B and DE. RGB value is (253,91,222). Sum of RGB (Red+Green+Blue) = 253+91+222=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 91 (35.94% from 255 or 16.08% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5BDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5BDE is #02A421. Grayscale: #9A9A9A. Windows color (decimal): -173090 or 14572541. OLE color: 14572541.
HSL color Cylindrical-coordinate representation of color #FD5BDE: hue angle of 311.48º 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 #FD5BDE is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 91 | 222 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.01 |
| HSL | 311.48º | 0.98% | 0.67% | - |
| HSV(B) | 311.48º | 0.64% | 0.99% | - |
| XYZ | 57.43 | 33.64 | 72.57 | - |
| YUV | 154.37 | 166.17 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 91 | 222 | 0 | 0.64 | 0.12 | 0.01 | 311.48 | 0.98 | 0.67 |
| Hex | FD | 5B | DE | 0 | 40 | C | 1 | 137 | 62 | 43 |
| Octal | 375 | 133 | 336 | 0 | 100 | 14 | 1 | 467 | 142 | 103 |
| Binary | 11111101 | 1011011 | 11011110 | 0 | 1000000 | 1100 | 1 | 100110111 | 1100010 | 1000011 |
Color Harmonies of #FD5BDE
Complementary color
Monochromatic Colors of #FD5BDE
Black with #FD5BDE
Text Example
Text Example
White with #FD5BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5BDE; }
p { color: rgb(253,91,222); }
H1.HeaderClassName
{
color: #FD5BDE;
}
.AnyTagClassName
{
color: #FD5BDE;
}
</style>
background-color css
<style>
a { background-color: #FD5BDE; }
a { background-color: rgb(253,91,222); }
div.DivClassName
{
background-color: #FD5BDE;
}
.BgClassName
{
background-color: #FD5BDE;
}
</style>
border-color css
<style>
span { border-color: #FD5BDE; }
span { border-color: rgb(253,91,222); }
td.TdClassName
{
border-color: #FD5BDE;
}
.TagClassName
{
border-color: #FD5BDE;
}
</style>