Html Css Color HEX #FD58E1 Free Speech Magenta
📋 copy color: '#FD58E1'red 253 ◦ green 88 ◦ blue 225
Shades of Free Speech Magenta #FD58E1
Tints of Free Speech Magenta #FD58E1
RGB
CMYK
RGB Variations
Color information
#FD58E1 (or 0xFD58E1) is known color: Free Speech Magenta. HEX triplet: FD, 58 and E1. RGB value is (253,88,225). Sum of RGB (Red+Green+Blue) = 253+88+225=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 88 (34.77% from 255 or 15.55% from 566); Blue value is 225 (88.28% from 255 or 39.75% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FD58E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD58E1 is #02A71E. Grayscale: #989898. Windows color (decimal): -173855 or 14768381. OLE color: 14768381.
HSL color Cylindrical-coordinate representation of color #FD58E1: hue angle of 310.18º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FD58E1 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 88 | 225 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.01 |
| HSL | 310.18º | 0.98% | 0.67% | - |
| HSV(B) | 310.18º | 0.65% | 0.99% | - |
| XYZ | 57.59 | 33.3 | 74.63 | - |
| YUV | 152.95 | 168.66 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 88 | 225 | 0 | 0.65 | 0.11 | 0.01 | 310.18 | 0.98 | 0.67 |
| Hex | FD | 58 | E1 | 0 | 41 | B | 1 | 136 | 62 | 43 |
| Octal | 375 | 130 | 341 | 0 | 101 | 13 | 1 | 466 | 142 | 103 |
| Binary | 11111101 | 1011000 | 11100001 | 0 | 1000001 | 1011 | 1 | 100110110 | 1100010 | 1000011 |
Color Harmonies of #FD58E1
Complementary color
Monochromatic Colors of #FD58E1
Black with #FD58E1
Text Example
Text Example
White with #FD58E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD58E1; }
p { color: rgb(253,88,225); }
H1.HeaderClassName
{
color: #FD58E1;
}
.AnyTagClassName
{
color: #FD58E1;
}
</style>
background-color css
<style>
a { background-color: #FD58E1; }
a { background-color: rgb(253,88,225); }
div.DivClassName
{
background-color: #FD58E1;
}
.BgClassName
{
background-color: #FD58E1;
}
</style>
border-color css
<style>
span { border-color: #FD58E1; }
span { border-color: rgb(253,88,225); }
td.TdClassName
{
border-color: #FD58E1;
}
.TagClassName
{
border-color: #FD58E1;
}
</style>