Html Css Color HEX #F959DF Free Speech Magenta
📋 copy color: '#F959DF'red 249 ◦ green 89 ◦ blue 223
Shades of Free Speech Magenta #F959DF
Tints of Free Speech Magenta #F959DF
RGB
CMYK
RGB Variations
Color information
#F959DF (or 0xF959DF) is known color: Free Speech Magenta. HEX triplet: F9, 59 and DF. RGB value is (249,89,223). Sum of RGB (Red+Green+Blue) = 249+89+223=561 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.39% from 561); Green value is 89 (35.16% from 255 or 15.86% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 249 - color contains mainly: red. Hex color #F959DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F959DF is #06A620. Grayscale: #979797. Windows color (decimal): -435745 or 14637561. OLE color: 14637561.
HSL color Cylindrical-coordinate representation of color #F959DF: hue angle of 309.75º 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 #F959DF is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 89 | 223 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.02 |
| HSL | 309.75º | 0.93% | 0.66% | - |
| HSV(B) | 309.75º | 0.64% | 0.98% | - |
| XYZ | 55.96 | 32.61 | 73.16 | - |
| YUV | 152.12 | 168.01 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 89 | 223 | 0 | 0.64 | 0.10 | 0.02 | 309.75 | 0.93 | 0.66 |
| Hex | F9 | 59 | DF | 0 | 40 | A | 2 | 136 | 5D | 42 |
| Octal | 371 | 131 | 337 | 0 | 100 | 12 | 2 | 466 | 135 | 102 |
| Binary | 11111001 | 1011001 | 11011111 | 0 | 1000000 | 1010 | 10 | 100110110 | 1011101 | 1000010 |
Color Harmonies of #F959DF
Complementary color
Monochromatic Colors of #F959DF
Black with #F959DF
Text Example
Text Example
White with #F959DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F959DF; }
p { color: rgb(249,89,223); }
H1.HeaderClassName
{
color: #F959DF;
}
.AnyTagClassName
{
color: #F959DF;
}
</style>
background-color css
<style>
a { background-color: #F959DF; }
a { background-color: rgb(249,89,223); }
div.DivClassName
{
background-color: #F959DF;
}
.BgClassName
{
background-color: #F959DF;
}
</style>
border-color css
<style>
span { border-color: #F959DF; }
span { border-color: rgb(249,89,223); }
td.TdClassName
{
border-color: #F959DF;
}
.TagClassName
{
border-color: #F959DF;
}
</style>