Html Css Color HEX #FD50E1 Free Speech Magenta
📋 copy color: '#FD50E1'red 253 ◦ green 80 ◦ blue 225
Shades of Free Speech Magenta #FD50E1
Tints of Free Speech Magenta #FD50E1
RGB
CMYK
RGB Variations
Color information
#FD50E1 (or 0xFD50E1) is known color: Free Speech Magenta. HEX triplet: FD, 50 and E1. RGB value is (253,80,225). Sum of RGB (Red+Green+Blue) = 253+80+225=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 80 (31.64% from 255 or 14.34% from 558); Blue value is 225 (88.28% from 255 or 40.32% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FD50E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD50E1 is #02AF1E. Grayscale: #939393. Windows color (decimal): -175903 or 14766333. OLE color: 14766333.
HSL color Cylindrical-coordinate representation of color #FD50E1: hue angle of 309.71º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD50E1 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 80 | 225 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.01 |
| HSL | 309.71º | 0.98% | 0.65% | - |
| HSV(B) | 309.71º | 0.68% | 0.99% | - |
| XYZ | 56.97 | 32.06 | 74.42 | - |
| YUV | 148.26 | 171.31 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 80 | 225 | 0 | 0.68 | 0.11 | 0.01 | 309.71 | 0.98 | 0.65 |
| Hex | FD | 50 | E1 | 0 | 44 | B | 1 | 136 | 62 | 41 |
| Octal | 375 | 120 | 341 | 0 | 104 | 13 | 1 | 466 | 142 | 101 |
| Binary | 11111101 | 1010000 | 11100001 | 0 | 1000100 | 1011 | 1 | 100110110 | 1100010 | 1000001 |
Color Harmonies of #FD50E1
Complementary color
Monochromatic Colors of #FD50E1
Black with #FD50E1
Text Example
Text Example
White with #FD50E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD50E1; }
p { color: rgb(253,80,225); }
H1.HeaderClassName
{
color: #FD50E1;
}
.AnyTagClassName
{
color: #FD50E1;
}
</style>
background-color css
<style>
a { background-color: #FD50E1; }
a { background-color: rgb(253,80,225); }
div.DivClassName
{
background-color: #FD50E1;
}
.BgClassName
{
background-color: #FD50E1;
}
</style>
border-color css
<style>
span { border-color: #FD50E1; }
span { border-color: rgb(253,80,225); }
td.TdClassName
{
border-color: #FD50E1;
}
.TagClassName
{
border-color: #FD50E1;
}
</style>