Html Css Color HEX #FF59DF Free Speech Magenta
📋 copy color: '#FF59DF'red 255 ◦ green 89 ◦ blue 223
Shades of Free Speech Magenta #FF59DF
Tints of Free Speech Magenta #FF59DF
RGB
CMYK
RGB Variations
Color information
#FF59DF (or 0xFF59DF) is known color: Free Speech Magenta. HEX triplet: FF, 59 and DF. RGB value is (255,89,223). Sum of RGB (Red+Green+Blue) = 255+89+223=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 89 (35.16% from 255 or 15.70% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FF59DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF59DF is #00A620. Grayscale: #999999. Windows color (decimal): -42529 or 14637567. OLE color: 14637567.
HSL color Cylindrical-coordinate representation of color #FF59DF: hue angle of 311.57º 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 #FF59DF is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 223 | - |
| CMYK | 0 | 0.65 | 0.13 | 0 |
| HSL | 311.57º | 1% | 0.67% | - |
| HSV(B) | 311.57º | 0.65% | 1% | - |
| XYZ | 58.13 | 33.73 | 73.26 | - |
| YUV | 153.91 | 167 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 223 | 0 | 0.65 | 0.13 | 0 | 311.57 | 1 | 0.67 |
| Hex | FF | 59 | DF | 0 | 41 | D | 0 | 138 | 64 | 43 |
| Octal | 377 | 131 | 337 | 0 | 101 | 15 | 0 | 470 | 144 | 103 |
| Binary | 11111111 | 1011001 | 11011111 | 0 | 1000001 | 1101 | 0 | 100111000 | 1100100 | 1000011 |
Color Harmonies of #FF59DF
Complementary color
Monochromatic Colors of #FF59DF
Black with #FF59DF
Text Example
Text Example
White with #FF59DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF59DF; }
p { color: rgb(255,89,223); }
H1.HeaderClassName
{
color: #FF59DF;
}
.AnyTagClassName
{
color: #FF59DF;
}
</style>
background-color css
<style>
a { background-color: #FF59DF; }
a { background-color: rgb(255,89,223); }
div.DivClassName
{
background-color: #FF59DF;
}
.BgClassName
{
background-color: #FF59DF;
}
</style>
border-color css
<style>
span { border-color: #FF59DF; }
span { border-color: rgb(255,89,223); }
td.TdClassName
{
border-color: #FF59DF;
}
.TagClassName
{
border-color: #FF59DF;
}
</style>