Html Css Color HEX #F059D3 Free Speech Magenta
📋 copy color: '#F059D3'red 240 ◦ green 89 ◦ blue 211
Shades of Free Speech Magenta #F059D3
Tints of Free Speech Magenta #F059D3
RGB
CMYK
RGB Variations
Color information
#F059D3 (or 0xF059D3) is known color: Free Speech Magenta. HEX triplet: F0, 59 and D3. RGB value is (240,89,211). Sum of RGB (Red+Green+Blue) = 240+89+211=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 89 (35.16% from 255 or 16.48% from 540); Blue value is 211 (82.81% from 255 or 39.07% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F059D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F059D3 is #0FA62C. Grayscale: #939393. Windows color (decimal): -1025581 or 13851120. OLE color: 13851120.
HSL color Cylindrical-coordinate representation of color #F059D3: hue angle of 311.52º 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 #F059D3 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 211 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.06 |
| HSL | 311.52º | 0.83% | 0.65% | - |
| HSV(B) | 311.52º | 0.63% | 0.94% | - |
| XYZ | 51.27 | 30.37 | 64.79 | - |
| YUV | 148.06 | 163.53 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 211 | 0 | 0.63 | 0.12 | 0.06 | 311.52 | 0.83 | 0.65 |
| Hex | F0 | 59 | D3 | 0 | 3F | C | 6 | 138 | 53 | 41 |
| Octal | 360 | 131 | 323 | 0 | 77 | 14 | 6 | 470 | 123 | 101 |
| Binary | 11110000 | 1011001 | 11010011 | 0 | 111111 | 1100 | 110 | 100111000 | 1010011 | 1000001 |
Color Harmonies of #F059D3
Complementary color
Monochromatic Colors of #F059D3
Black with #F059D3
Text Example
Text Example
White with #F059D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F059D3; }
p { color: rgb(240,89,211); }
H1.HeaderClassName
{
color: #F059D3;
}
.AnyTagClassName
{
color: #F059D3;
}
</style>
background-color css
<style>
a { background-color: #F059D3; }
a { background-color: rgb(240,89,211); }
div.DivClassName
{
background-color: #F059D3;
}
.BgClassName
{
background-color: #F059D3;
}
</style>
border-color css
<style>
span { border-color: #F059D3; }
span { border-color: rgb(240,89,211); }
td.TdClassName
{
border-color: #F059D3;
}
.TagClassName
{
border-color: #F059D3;
}
</style>