Html Css Color HEX #FE51DD Free Speech Magenta
📋 copy color: '#FE51DD'red 254 ◦ green 81 ◦ blue 221
Shades of Free Speech Magenta #FE51DD
Tints of Free Speech Magenta #FE51DD
RGB
CMYK
RGB Variations
Color information
#FE51DD (or 0xFE51DD) is known color: Free Speech Magenta. HEX triplet: FE, 51 and DD. RGB value is (254,81,221). Sum of RGB (Red+Green+Blue) = 254+81+221=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 81 (32.03% from 255 or 14.57% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FE51DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE51DD is #01AE22. Grayscale: #949494. Windows color (decimal): -110115 or 14504446. OLE color: 14504446.
HSL color Cylindrical-coordinate representation of color #FE51DD: hue angle of 311.45º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE51DD is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 221 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.00 |
| HSL | 311.45º | 0.99% | 0.66% | - |
| HSV(B) | 311.45º | 0.68% | 1% | - |
| XYZ | 56.87 | 32.18 | 71.62 | - |
| YUV | 148.69 | 168.81 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 221 | 0 | 0.68 | 0.13 | 0.00 | 311.45 | 0.99 | 0.66 |
| Hex | FE | 51 | DD | 0 | 44 | D | 0 | 137 | 63 | 42 |
| Octal | 376 | 121 | 335 | 0 | 104 | 15 | 0 | 467 | 143 | 102 |
| Binary | 11111110 | 1010001 | 11011101 | 0 | 1000100 | 1101 | 0 | 100110111 | 1100011 | 1000010 |
Color Harmonies of #FE51DD
Complementary color
Monochromatic Colors of #FE51DD
Black with #FE51DD
Text Example
Text Example
White with #FE51DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE51DD; }
p { color: rgb(254,81,221); }
H1.HeaderClassName
{
color: #FE51DD;
}
.AnyTagClassName
{
color: #FE51DD;
}
</style>
background-color css
<style>
a { background-color: #FE51DD; }
a { background-color: rgb(254,81,221); }
div.DivClassName
{
background-color: #FE51DD;
}
.BgClassName
{
background-color: #FE51DD;
}
</style>
border-color css
<style>
span { border-color: #FE51DD; }
span { border-color: rgb(254,81,221); }
td.TdClassName
{
border-color: #FE51DD;
}
.TagClassName
{
border-color: #FE51DD;
}
</style>