Html Css Color HEX #F059DF Free Speech Magenta
📋 copy color: '#F059DF'red 240 ◦ green 89 ◦ blue 223
Shades of Free Speech Magenta #F059DF
Tints of Free Speech Magenta #F059DF
RGB
CMYK
RGB Variations
Color information
#F059DF (or 0xF059DF) is known color: Free Speech Magenta. HEX triplet: F0, 59 and DF. RGB value is (240,89,223). Sum of RGB (Red+Green+Blue) = 240+89+223=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 89 (35.16% from 255 or 16.12% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F059DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F059DF is #0FA620. Grayscale: #959595. Windows color (decimal): -1025569 or 14637552. OLE color: 14637552.
HSL color Cylindrical-coordinate representation of color #F059DF: hue angle of 306.75º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F059DF is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 223 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.06 |
| HSL | 306.76º | 0.83% | 0.65% | - |
| HSV(B) | 306.76º | 0.63% | 0.94% | - |
| XYZ | 52.83 | 31 | 73.01 | - |
| YUV | 149.43 | 169.53 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 223 | 0 | 0.63 | 0.07 | 0.06 | 306.76 | 0.83 | 0.65 |
| Hex | F0 | 59 | DF | 0 | 3F | 7 | 6 | 133 | 53 | 41 |
| Octal | 360 | 131 | 337 | 0 | 77 | 7 | 6 | 463 | 123 | 101 |
| Binary | 11110000 | 1011001 | 11011111 | 0 | 111111 | 111 | 110 | 100110011 | 1010011 | 1000001 |
Color Harmonies of #F059DF
Complementary color
Monochromatic Colors of #F059DF
Black with #F059DF
Text Example
Text Example
White with #F059DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F059DF; }
p { color: rgb(240,89,223); }
H1.HeaderClassName
{
color: #F059DF;
}
.AnyTagClassName
{
color: #F059DF;
}
</style>
background-color css
<style>
a { background-color: #F059DF; }
a { background-color: rgb(240,89,223); }
div.DivClassName
{
background-color: #F059DF;
}
.BgClassName
{
background-color: #F059DF;
}
</style>
border-color css
<style>
span { border-color: #F059DF; }
span { border-color: rgb(240,89,223); }
td.TdClassName
{
border-color: #F059DF;
}
.TagClassName
{
border-color: #F059DF;
}
</style>