Html Css Color HEX #F059D2 Free Speech Magenta
📋 copy color: '#F059D2'red 240 ◦ green 89 ◦ blue 210
Shades of Free Speech Magenta #F059D2
Tints of Free Speech Magenta #F059D2
RGB
CMYK
RGB Variations
Color information
#F059D2 (or 0xF059D2) is known color: Free Speech Magenta. HEX triplet: F0, 59 and D2. RGB value is (240,89,210). Sum of RGB (Red+Green+Blue) = 240+89+210=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 89 (35.16% from 255 or 16.51% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F059D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F059D2 is #0FA62D. Grayscale: #939393. Windows color (decimal): -1025582 or 13785584. OLE color: 13785584.
HSL color Cylindrical-coordinate representation of color #F059D2: hue angle of 311.92º 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 #F059D2 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 210 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.06 |
| HSL | 311.92º | 0.83% | 0.65% | - |
| HSV(B) | 311.92º | 0.63% | 0.94% | - |
| XYZ | 51.14 | 30.32 | 64.13 | - |
| YUV | 147.94 | 163.03 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 210 | 0 | 0.63 | 0.12 | 0.06 | 311.92 | 0.83 | 0.65 |
| Hex | F0 | 59 | D2 | 0 | 3F | C | 6 | 138 | 53 | 41 |
| Octal | 360 | 131 | 322 | 0 | 77 | 14 | 6 | 470 | 123 | 101 |
| Binary | 11110000 | 1011001 | 11010010 | 0 | 111111 | 1100 | 110 | 100111000 | 1010011 | 1000001 |
Color Harmonies of #F059D2
Complementary color
Monochromatic Colors of #F059D2
Black with #F059D2
Text Example
Text Example
White with #F059D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F059D2; }
p { color: rgb(240,89,210); }
H1.HeaderClassName
{
color: #F059D2;
}
.AnyTagClassName
{
color: #F059D2;
}
</style>
background-color css
<style>
a { background-color: #F059D2; }
a { background-color: rgb(240,89,210); }
div.DivClassName
{
background-color: #F059D2;
}
.BgClassName
{
background-color: #F059D2;
}
</style>
border-color css
<style>
span { border-color: #F059D2; }
span { border-color: rgb(240,89,210); }
td.TdClassName
{
border-color: #F059D2;
}
.TagClassName
{
border-color: #F059D2;
}
</style>