Html Css Color HEX #FF59DC Free Speech Magenta
📋 copy color: '#FF59DC'red 255 ◦ green 89 ◦ blue 220
Shades of Free Speech Magenta #FF59DC
Tints of Free Speech Magenta #FF59DC
RGB
CMYK
RGB Variations
Color information
#FF59DC (or 0xFF59DC) is known color: Free Speech Magenta. HEX triplet: FF, 59 and DC. RGB value is (255,89,220). Sum of RGB (Red+Green+Blue) = 255+89+220=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 89 (35.16% from 255 or 15.78% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FF59DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF59DC is #00A623. Grayscale: #999999. Windows color (decimal): -42532 or 14440959. OLE color: 14440959.
HSL color Cylindrical-coordinate representation of color #FF59DC: hue angle of 312.65º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF59DC is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 220 | - |
| CMYK | 0 | 0.65 | 0.14 | 0 |
| HSL | 312.65º | 1% | 0.67% | - |
| HSV(B) | 312.65º | 0.65% | 1% | - |
| XYZ | 57.73 | 33.57 | 71.15 | - |
| YUV | 153.57 | 165.5 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 220 | 0 | 0.65 | 0.14 | 0 | 312.65 | 1 | 0.67 |
| Hex | FF | 59 | DC | 0 | 41 | E | 0 | 139 | 64 | 43 |
| Octal | 377 | 131 | 334 | 0 | 101 | 16 | 0 | 471 | 144 | 103 |
| Binary | 11111111 | 1011001 | 11011100 | 0 | 1000001 | 1110 | 0 | 100111001 | 1100100 | 1000011 |
Color Harmonies of #FF59DC
Complementary color
Monochromatic Colors of #FF59DC
Black with #FF59DC
Text Example
Text Example
White with #FF59DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF59DC; }
p { color: rgb(255,89,220); }
H1.HeaderClassName
{
color: #FF59DC;
}
.AnyTagClassName
{
color: #FF59DC;
}
</style>
background-color css
<style>
a { background-color: #FF59DC; }
a { background-color: rgb(255,89,220); }
div.DivClassName
{
background-color: #FF59DC;
}
.BgClassName
{
background-color: #FF59DC;
}
</style>
border-color css
<style>
span { border-color: #FF59DC; }
span { border-color: rgb(255,89,220); }
td.TdClassName
{
border-color: #FF59DC;
}
.TagClassName
{
border-color: #FF59DC;
}
</style>