Html Css Color HEX #F059D8 Free Speech Magenta
📋 copy color: '#F059D8'red 240 ◦ green 89 ◦ blue 216
Shades of Free Speech Magenta #F059D8
Tints of Free Speech Magenta #F059D8
RGB
CMYK
RGB Variations
Color information
#F059D8 (or 0xF059D8) is known color: Free Speech Magenta. HEX triplet: F0, 59 and D8. RGB value is (240,89,216). Sum of RGB (Red+Green+Blue) = 240+89+216=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 89 (35.16% from 255 or 16.33% from 545); Blue value is 216 (84.77% from 255 or 39.63% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F059D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F059D8 is #0FA627. Grayscale: #949494. Windows color (decimal): -1025576 or 14178800. OLE color: 14178800.
HSL color Cylindrical-coordinate representation of color #F059D8: hue angle of 309.54º 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 #F059D8 is Cyan = 0, Magento = 0.63, Yellow = 0.1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 216 | - |
| CMYK | 0 | 0.63 | 0.1 | 0.06 |
| HSL | 309.54º | 0.83% | 0.65% | - |
| HSV(B) | 309.54º | 0.63% | 0.94% | - |
| XYZ | 51.9 | 30.63 | 68.14 | - |
| YUV | 148.63 | 166.03 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 216 | 0 | 0.63 | 0.1 | 0.06 | 309.54 | 0.83 | 0.65 |
| Hex | F0 | 59 | D8 | 0 | 3F | A | 6 | 136 | 53 | 41 |
| Octal | 360 | 131 | 330 | 0 | 77 | 12 | 6 | 466 | 123 | 101 |
| Binary | 11110000 | 1011001 | 11011000 | 0 | 111111 | 1010 | 110 | 100110110 | 1010011 | 1000001 |
Color Harmonies of #F059D8
Complementary color
Monochromatic Colors of #F059D8
Black with #F059D8
Text Example
Text Example
White with #F059D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F059D8; }
p { color: rgb(240,89,216); }
H1.HeaderClassName
{
color: #F059D8;
}
.AnyTagClassName
{
color: #F059D8;
}
</style>
background-color css
<style>
a { background-color: #F059D8; }
a { background-color: rgb(240,89,216); }
div.DivClassName
{
background-color: #F059D8;
}
.BgClassName
{
background-color: #F059D8;
}
</style>
border-color css
<style>
span { border-color: #F059D8; }
span { border-color: rgb(240,89,216); }
td.TdClassName
{
border-color: #F059D8;
}
.TagClassName
{
border-color: #F059D8;
}
</style>