Html Css Color HEX #FD55E1 Free Speech Magenta
📋 copy color: '#FD55E1'red 253 ◦ green 85 ◦ blue 225
Shades of Free Speech Magenta #FD55E1
Tints of Free Speech Magenta #FD55E1
RGB
CMYK
RGB Variations
Color information
#FD55E1 (or 0xFD55E1) is known color: Free Speech Magenta. HEX triplet: FD, 55 and E1. RGB value is (253,85,225). Sum of RGB (Red+Green+Blue) = 253+85+225=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 85 (33.59% from 255 or 15.10% from 563); Blue value is 225 (88.28% from 255 or 39.96% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FD55E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD55E1 is #02AA1E. Grayscale: #969696. Windows color (decimal): -174623 or 14767613. OLE color: 14767613.
HSL color Cylindrical-coordinate representation of color #FD55E1: hue angle of 310º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FD55E1 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 85 | 225 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.01 |
| HSL | 310º | 0.98% | 0.66% | - |
| HSV(B) | 310º | 0.66% | 0.99% | - |
| XYZ | 57.35 | 32.82 | 74.55 | - |
| YUV | 151.19 | 169.66 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 85 | 225 | 0 | 0.66 | 0.11 | 0.01 | 310 | 0.98 | 0.66 |
| Hex | FD | 55 | E1 | 0 | 42 | B | 1 | 136 | 62 | 42 |
| Octal | 375 | 125 | 341 | 0 | 102 | 13 | 1 | 466 | 142 | 102 |
| Binary | 11111101 | 1010101 | 11100001 | 0 | 1000010 | 1011 | 1 | 100110110 | 1100010 | 1000010 |
Color Harmonies of #FD55E1
Complementary color
Monochromatic Colors of #FD55E1
Black with #FD55E1
Text Example
Text Example
White with #FD55E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD55E1; }
p { color: rgb(253,85,225); }
H1.HeaderClassName
{
color: #FD55E1;
}
.AnyTagClassName
{
color: #FD55E1;
}
</style>
background-color css
<style>
a { background-color: #FD55E1; }
a { background-color: rgb(253,85,225); }
div.DivClassName
{
background-color: #FD55E1;
}
.BgClassName
{
background-color: #FD55E1;
}
</style>
border-color css
<style>
span { border-color: #FD55E1; }
span { border-color: rgb(253,85,225); }
td.TdClassName
{
border-color: #FD55E1;
}
.TagClassName
{
border-color: #FD55E1;
}
</style>