Html Css Color HEX #F959DE Free Speech Magenta
📋 copy color: '#F959DE'red 249 ◦ green 89 ◦ blue 222
Shades of Free Speech Magenta #F959DE
Tints of Free Speech Magenta #F959DE
RGB
CMYK
RGB Variations
Color information
#F959DE (or 0xF959DE) is known color: Free Speech Magenta. HEX triplet: F9, 59 and DE. RGB value is (249,89,222). Sum of RGB (Red+Green+Blue) = 249+89+222=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 89 (35.16% from 255 or 15.89% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 249 - color contains mainly: red. Hex color #F959DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F959DE is #06A621. Grayscale: #979797. Windows color (decimal): -435746 or 14572025. OLE color: 14572025.
HSL color Cylindrical-coordinate representation of color #F959DE: hue angle of 310.12º 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 #F959DE is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 89 | 222 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.02 |
| HSL | 310.13º | 0.93% | 0.66% | - |
| HSV(B) | 310.13º | 0.64% | 0.98% | - |
| XYZ | 55.82 | 32.56 | 72.45 | - |
| YUV | 152 | 167.51 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 89 | 222 | 0 | 0.64 | 0.11 | 0.02 | 310.13 | 0.93 | 0.66 |
| Hex | F9 | 59 | DE | 0 | 40 | B | 2 | 136 | 5D | 42 |
| Octal | 371 | 131 | 336 | 0 | 100 | 13 | 2 | 466 | 135 | 102 |
| Binary | 11111001 | 1011001 | 11011110 | 0 | 1000000 | 1011 | 10 | 100110110 | 1011101 | 1000010 |
Color Harmonies of #F959DE
Complementary color
Monochromatic Colors of #F959DE
Black with #F959DE
Text Example
Text Example
White with #F959DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F959DE; }
p { color: rgb(249,89,222); }
H1.HeaderClassName
{
color: #F959DE;
}
.AnyTagClassName
{
color: #F959DE;
}
</style>
background-color css
<style>
a { background-color: #F959DE; }
a { background-color: rgb(249,89,222); }
div.DivClassName
{
background-color: #F959DE;
}
.BgClassName
{
background-color: #F959DE;
}
</style>
border-color css
<style>
span { border-color: #F959DE; }
span { border-color: rgb(249,89,222); }
td.TdClassName
{
border-color: #F959DE;
}
.TagClassName
{
border-color: #F959DE;
}
</style>