Html Css Color HEX #FF51E6 Free Speech Magenta
📋 copy color: '#FF51E6'red 255 ◦ green 81 ◦ blue 230
Shades of Free Speech Magenta #FF51E6
Tints of Free Speech Magenta #FF51E6
RGB
CMYK
RGB Variations
Color information
#FF51E6 (or 0xFF51E6) is known color: Free Speech Magenta. HEX triplet: FF, 51 and E6. RGB value is (255,81,230). Sum of RGB (Red+Green+Blue) = 255+81+230=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 81 (32.03% from 255 or 14.31% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FF51E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF51E6 is #00AE19. Grayscale: #959595. Windows color (decimal): -44570 or 15094271. OLE color: 15094271.
HSL color Cylindrical-coordinate representation of color #FF51E6: hue angle of 308.62º 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 #FF51E6 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 230 | - |
| CMYK | 0 | 0.68 | 0.10 | 0 |
| HSL | 308.62º | 1% | 0.66% | - |
| HSV(B) | 308.62º | 0.68% | 1% | - |
| XYZ | 58.47 | 32.86 | 78.12 | - |
| YUV | 150.01 | 173.15 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 230 | 0 | 0.68 | 0.10 | 0 | 308.62 | 1 | 0.66 |
| Hex | FF | 51 | E6 | 0 | 44 | A | 0 | 135 | 64 | 42 |
| Octal | 377 | 121 | 346 | 0 | 104 | 12 | 0 | 465 | 144 | 102 |
| Binary | 11111111 | 1010001 | 11100110 | 0 | 1000100 | 1010 | 0 | 100110101 | 1100100 | 1000010 |
Color Harmonies of #FF51E6
Complementary color
Monochromatic Colors of #FF51E6
Black with #FF51E6
Text Example
Text Example
White with #FF51E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF51E6; }
p { color: rgb(255,81,230); }
H1.HeaderClassName
{
color: #FF51E6;
}
.AnyTagClassName
{
color: #FF51E6;
}
</style>
background-color css
<style>
a { background-color: #FF51E6; }
a { background-color: rgb(255,81,230); }
div.DivClassName
{
background-color: #FF51E6;
}
.BgClassName
{
background-color: #FF51E6;
}
</style>
border-color css
<style>
span { border-color: #FF51E6; }
span { border-color: rgb(255,81,230); }
td.TdClassName
{
border-color: #FF51E6;
}
.TagClassName
{
border-color: #FF51E6;
}
</style>