Html Css Color HEX #FE51D9 Free Speech Magenta
📋 copy color: '#FE51D9'red 254 ◦ green 81 ◦ blue 217
Shades of Free Speech Magenta #FE51D9
Tints of Free Speech Magenta #FE51D9
RGB
CMYK
RGB Variations
Color information
#FE51D9 (or 0xFE51D9) is known color: Free Speech Magenta. HEX triplet: FE, 51 and D9. RGB value is (254,81,217). Sum of RGB (Red+Green+Blue) = 254+81+217=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 81 (32.03% from 255 or 14.67% from 552); Blue value is 217 (85.16% from 255 or 39.31% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FE51D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE51D9 is #01AE26. Grayscale: #939393. Windows color (decimal): -110119 or 14242302. OLE color: 14242302.
HSL color Cylindrical-coordinate representation of color #FE51D9: hue angle of 312.83º 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 #FE51D9 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 217 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.00 |
| HSL | 312.83º | 0.99% | 0.66% | - |
| HSV(B) | 312.83º | 0.68% | 1% | - |
| XYZ | 56.34 | 31.97 | 68.85 | - |
| YUV | 148.23 | 166.81 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 217 | 0 | 0.68 | 0.15 | 0.00 | 312.83 | 0.99 | 0.66 |
| Hex | FE | 51 | D9 | 0 | 44 | F | 0 | 139 | 63 | 42 |
| Octal | 376 | 121 | 331 | 0 | 104 | 17 | 0 | 471 | 143 | 102 |
| Binary | 11111110 | 1010001 | 11011001 | 0 | 1000100 | 1111 | 0 | 100111001 | 1100011 | 1000010 |
Color Harmonies of #FE51D9
Complementary color
Monochromatic Colors of #FE51D9
Black with #FE51D9
Text Example
Text Example
White with #FE51D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE51D9; }
p { color: rgb(254,81,217); }
H1.HeaderClassName
{
color: #FE51D9;
}
.AnyTagClassName
{
color: #FE51D9;
}
</style>
background-color css
<style>
a { background-color: #FE51D9; }
a { background-color: rgb(254,81,217); }
div.DivClassName
{
background-color: #FE51D9;
}
.BgClassName
{
background-color: #FE51D9;
}
</style>
border-color css
<style>
span { border-color: #FE51D9; }
span { border-color: rgb(254,81,217); }
td.TdClassName
{
border-color: #FE51D9;
}
.TagClassName
{
border-color: #FE51D9;
}
</style>