Html Css Color HEX #FF51D9 Free Speech Magenta
📋 copy color: '#FF51D9'red 255 ◦ green 81 ◦ blue 217
Shades of Free Speech Magenta #FF51D9
Tints of Free Speech Magenta #FF51D9
RGB
CMYK
RGB Variations
Color information
#FF51D9 (or 0xFF51D9) is known color: Free Speech Magenta. HEX triplet: FF, 51 and D9. RGB value is (255,81,217). Sum of RGB (Red+Green+Blue) = 255+81+217=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 81 (32.03% from 255 or 14.65% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF51D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF51D9 is #00AE26. Grayscale: #949494. Windows color (decimal): -44583 or 14242303. OLE color: 14242303.
HSL color Cylindrical-coordinate representation of color #FF51D9: hue angle of 313.1º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF51D9 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 217 | - |
| CMYK | 0 | 0.68 | 0.15 | 0 |
| HSL | 313.1º | 1% | 0.66% | - |
| HSV(B) | 313.1º | 0.68% | 1% | - |
| XYZ | 56.71 | 32.15 | 68.86 | - |
| YUV | 148.53 | 166.65 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 217 | 0 | 0.68 | 0.15 | 0 | 313.1 | 1 | 0.66 |
| Hex | FF | 51 | D9 | 0 | 44 | F | 0 | 139 | 64 | 42 |
| Octal | 377 | 121 | 331 | 0 | 104 | 17 | 0 | 471 | 144 | 102 |
| Binary | 11111111 | 1010001 | 11011001 | 0 | 1000100 | 1111 | 0 | 100111001 | 1100100 | 1000010 |
Color Harmonies of #FF51D9
Complementary color
Monochromatic Colors of #FF51D9
Black with #FF51D9
Text Example
Text Example
White with #FF51D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF51D9; }
p { color: rgb(255,81,217); }
H1.HeaderClassName
{
color: #FF51D9;
}
.AnyTagClassName
{
color: #FF51D9;
}
</style>
background-color css
<style>
a { background-color: #FF51D9; }
a { background-color: rgb(255,81,217); }
div.DivClassName
{
background-color: #FF51D9;
}
.BgClassName
{
background-color: #FF51D9;
}
</style>
border-color css
<style>
span { border-color: #FF51D9; }
span { border-color: rgb(255,81,217); }
td.TdClassName
{
border-color: #FF51D9;
}
.TagClassName
{
border-color: #FF51D9;
}
</style>