Html Css Color HEX #F956DF Free Speech Magenta
📋 copy color: '#F956DF'red 249 ◦ green 86 ◦ blue 223
Shades of Free Speech Magenta #F956DF
Tints of Free Speech Magenta #F956DF
RGB
CMYK
RGB Variations
Color information
#F956DF (or 0xF956DF) is known color: Free Speech Magenta. HEX triplet: F9, 56 and DF. RGB value is (249,86,223). Sum of RGB (Red+Green+Blue) = 249+86+223=558 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.62% from 558); Green value is 86 (33.98% from 255 or 15.41% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 249 - color contains mainly: red. Hex color #F956DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F956DF is #06A920. Grayscale: #959595. Windows color (decimal): -436513 or 14636793. OLE color: 14636793.
HSL color Cylindrical-coordinate representation of color #F956DF: hue angle of 309.57º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F956DF is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 86 | 223 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.02 |
| HSL | 309.57º | 0.93% | 0.66% | - |
| HSV(B) | 309.57º | 0.65% | 0.98% | - |
| XYZ | 55.71 | 32.12 | 73.08 | - |
| YUV | 150.36 | 169 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 86 | 223 | 0 | 0.65 | 0.10 | 0.02 | 309.57 | 0.93 | 0.66 |
| Hex | F9 | 56 | DF | 0 | 41 | A | 2 | 136 | 5D | 42 |
| Octal | 371 | 126 | 337 | 0 | 101 | 12 | 2 | 466 | 135 | 102 |
| Binary | 11111001 | 1010110 | 11011111 | 0 | 1000001 | 1010 | 10 | 100110110 | 1011101 | 1000010 |
Color Harmonies of #F956DF
Complementary color
Monochromatic Colors of #F956DF
Black with #F956DF
Text Example
Text Example
White with #F956DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F956DF; }
p { color: rgb(249,86,223); }
H1.HeaderClassName
{
color: #F956DF;
}
.AnyTagClassName
{
color: #F956DF;
}
</style>
background-color css
<style>
a { background-color: #F956DF; }
a { background-color: rgb(249,86,223); }
div.DivClassName
{
background-color: #F956DF;
}
.BgClassName
{
background-color: #F956DF;
}
</style>
border-color css
<style>
span { border-color: #F956DF; }
span { border-color: rgb(249,86,223); }
td.TdClassName
{
border-color: #F956DF;
}
.TagClassName
{
border-color: #F956DF;
}
</style>