Html Css Color HEX #FD55E0 Free Speech Magenta
📋 copy color: '#FD55E0'red 253 ◦ green 85 ◦ blue 224
Shades of Free Speech Magenta #FD55E0
Tints of Free Speech Magenta #FD55E0
RGB
CMYK
RGB Variations
Color information
#FD55E0 (or 0xFD55E0) is known color: Free Speech Magenta. HEX triplet: FD, 55 and E0. RGB value is (253,85,224). Sum of RGB (Red+Green+Blue) = 253+85+224=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 85 (33.59% from 255 or 15.12% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FD55E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD55E0 is #02AA1F. Grayscale: #969696. Windows color (decimal): -174624 or 14702077. OLE color: 14702077.
HSL color Cylindrical-coordinate representation of color #FD55E0: hue angle of 310.36º 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 #FD55E0 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 85 | 224 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.01 |
| HSL | 310.36º | 0.98% | 0.66% | - |
| HSV(B) | 310.36º | 0.66% | 0.99% | - |
| XYZ | 57.21 | 32.76 | 73.83 | - |
| YUV | 151.08 | 169.16 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 85 | 224 | 0 | 0.66 | 0.11 | 0.01 | 310.36 | 0.98 | 0.66 |
| Hex | FD | 55 | E0 | 0 | 42 | B | 1 | 136 | 62 | 42 |
| Octal | 375 | 125 | 340 | 0 | 102 | 13 | 1 | 466 | 142 | 102 |
| Binary | 11111101 | 1010101 | 11100000 | 0 | 1000010 | 1011 | 1 | 100110110 | 1100010 | 1000010 |
Color Harmonies of #FD55E0
Complementary color
Monochromatic Colors of #FD55E0
Black with #FD55E0
Text Example
Text Example
White with #FD55E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD55E0; }
p { color: rgb(253,85,224); }
H1.HeaderClassName
{
color: #FD55E0;
}
.AnyTagClassName
{
color: #FD55E0;
}
</style>
background-color css
<style>
a { background-color: #FD55E0; }
a { background-color: rgb(253,85,224); }
div.DivClassName
{
background-color: #FD55E0;
}
.BgClassName
{
background-color: #FD55E0;
}
</style>
border-color css
<style>
span { border-color: #FD55E0; }
span { border-color: rgb(253,85,224); }
td.TdClassName
{
border-color: #FD55E0;
}
.TagClassName
{
border-color: #FD55E0;
}
</style>