Html Css Color HEX #F959DC Free Speech Magenta
📋 copy color: '#F959DC'red 249 ◦ green 89 ◦ blue 220
Shades of Free Speech Magenta #F959DC
Tints of Free Speech Magenta #F959DC
RGB
CMYK
RGB Variations
Color information
#F959DC (or 0xF959DC) is known color: Free Speech Magenta. HEX triplet: F9, 59 and DC. RGB value is (249,89,220). Sum of RGB (Red+Green+Blue) = 249+89+220=558 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.62% from 558); Green value is 89 (35.16% from 255 or 15.95% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 249 - color contains mainly: red. Hex color #F959DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F959DC is #06A623. Grayscale: #979797. Windows color (decimal): -435748 or 14440953. OLE color: 14440953.
HSL color Cylindrical-coordinate representation of color #F959DC: hue angle of 310.88º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F959DC is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 89 | 220 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.02 |
| HSL | 310.88º | 0.93% | 0.66% | - |
| HSV(B) | 310.88º | 0.64% | 0.98% | - |
| XYZ | 55.56 | 32.45 | 71.05 | - |
| YUV | 151.77 | 166.51 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 89 | 220 | 0 | 0.64 | 0.12 | 0.02 | 310.88 | 0.93 | 0.66 |
| Hex | F9 | 59 | DC | 0 | 40 | C | 2 | 137 | 5D | 42 |
| Octal | 371 | 131 | 334 | 0 | 100 | 14 | 2 | 467 | 135 | 102 |
| Binary | 11111001 | 1011001 | 11011100 | 0 | 1000000 | 1100 | 10 | 100110111 | 1011101 | 1000010 |
Color Harmonies of #F959DC
Complementary color
Monochromatic Colors of #F959DC
Black with #F959DC
Text Example
Text Example
White with #F959DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F959DC; }
p { color: rgb(249,89,220); }
H1.HeaderClassName
{
color: #F959DC;
}
.AnyTagClassName
{
color: #F959DC;
}
</style>
background-color css
<style>
a { background-color: #F959DC; }
a { background-color: rgb(249,89,220); }
div.DivClassName
{
background-color: #F959DC;
}
.BgClassName
{
background-color: #F959DC;
}
</style>
border-color css
<style>
span { border-color: #F959DC; }
span { border-color: rgb(249,89,220); }
td.TdClassName
{
border-color: #F959DC;
}
.TagClassName
{
border-color: #F959DC;
}
</style>