Html Css Color HEX #FE50DD Free Speech Magenta
📋 copy color: '#FE50DD'red 254 ◦ green 80 ◦ blue 221
Shades of Free Speech Magenta #FE50DD
Tints of Free Speech Magenta #FE50DD
RGB
CMYK
RGB Variations
Color information
#FE50DD (or 0xFE50DD) is known color: Free Speech Magenta. HEX triplet: FE, 50 and DD. RGB value is (254,80,221). Sum of RGB (Red+Green+Blue) = 254+80+221=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 80 (31.64% from 255 or 14.41% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FE50DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE50DD is #01AF22. Grayscale: #939393. Windows color (decimal): -110371 or 14504190. OLE color: 14504190.
HSL color Cylindrical-coordinate representation of color #FE50DD: hue angle of 311.38º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE50DD is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 221 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.00 |
| HSL | 311.38º | 0.99% | 0.65% | - |
| HSV(B) | 311.38º | 0.69% | 1% | - |
| XYZ | 56.79 | 32.03 | 71.6 | - |
| YUV | 148.1 | 169.15 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 221 | 0 | 0.69 | 0.13 | 0.00 | 311.38 | 0.99 | 0.65 |
| Hex | FE | 50 | DD | 0 | 45 | D | 0 | 137 | 63 | 41 |
| Octal | 376 | 120 | 335 | 0 | 105 | 15 | 0 | 467 | 143 | 101 |
| Binary | 11111110 | 1010000 | 11011101 | 0 | 1000101 | 1101 | 0 | 100110111 | 1100011 | 1000001 |
Color Harmonies of #FE50DD
Complementary color
Monochromatic Colors of #FE50DD
Black with #FE50DD
Text Example
Text Example
White with #FE50DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE50DD; }
p { color: rgb(254,80,221); }
H1.HeaderClassName
{
color: #FE50DD;
}
.AnyTagClassName
{
color: #FE50DD;
}
</style>
background-color css
<style>
a { background-color: #FE50DD; }
a { background-color: rgb(254,80,221); }
div.DivClassName
{
background-color: #FE50DD;
}
.BgClassName
{
background-color: #FE50DD;
}
</style>
border-color css
<style>
span { border-color: #FE50DD; }
span { border-color: rgb(254,80,221); }
td.TdClassName
{
border-color: #FE50DD;
}
.TagClassName
{
border-color: #FE50DD;
}
</style>