Html Css Color HEX #F059E5 Free Speech Magenta
📋 copy color: '#F059E5'red 240 ◦ green 89 ◦ blue 229
Shades of Free Speech Magenta #F059E5
Tints of Free Speech Magenta #F059E5
RGB
CMYK
RGB Variations
Color information
#F059E5 (or 0xF059E5) is known color: Free Speech Magenta. HEX triplet: F0, 59 and E5. RGB value is (240,89,229). Sum of RGB (Red+Green+Blue) = 240+89+229=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 89 (35.16% from 255 or 15.95% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F059E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F059E5 is #0FA61A. Grayscale: #959595. Windows color (decimal): -1025563 or 15030768. OLE color: 15030768.
HSL color Cylindrical-coordinate representation of color #F059E5: hue angle of 304.37º 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 #F059E5 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 229 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.06 |
| HSL | 304.37º | 0.83% | 0.65% | - |
| HSV(B) | 304.37º | 0.63% | 0.94% | - |
| XYZ | 53.65 | 31.33 | 77.35 | - |
| YUV | 150.11 | 172.53 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 229 | 0 | 0.63 | 0.05 | 0.06 | 304.37 | 0.83 | 0.65 |
| Hex | F0 | 59 | E5 | 0 | 3F | 5 | 6 | 130 | 53 | 41 |
| Octal | 360 | 131 | 345 | 0 | 77 | 5 | 6 | 460 | 123 | 101 |
| Binary | 11110000 | 1011001 | 11100101 | 0 | 111111 | 101 | 110 | 100110000 | 1010011 | 1000001 |
Color Harmonies of #F059E5
Complementary color
Monochromatic Colors of #F059E5
Black with #F059E5
Text Example
Text Example
White with #F059E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F059E5; }
p { color: rgb(240,89,229); }
H1.HeaderClassName
{
color: #F059E5;
}
.AnyTagClassName
{
color: #F059E5;
}
</style>
background-color css
<style>
a { background-color: #F059E5; }
a { background-color: rgb(240,89,229); }
div.DivClassName
{
background-color: #F059E5;
}
.BgClassName
{
background-color: #F059E5;
}
</style>
border-color css
<style>
span { border-color: #F059E5; }
span { border-color: rgb(240,89,229); }
td.TdClassName
{
border-color: #F059E5;
}
.TagClassName
{
border-color: #F059E5;
}
</style>