Html Css Color HEX #F950DF Free Speech Magenta
📋 copy color: '#F950DF'red 249 ◦ green 80 ◦ blue 223
Shades of Free Speech Magenta #F950DF
Tints of Free Speech Magenta #F950DF
RGB
CMYK
RGB Variations
Color information
#F950DF (or 0xF950DF) is known color: Free Speech Magenta. HEX triplet: F9, 50 and DF. RGB value is (249,80,223). Sum of RGB (Red+Green+Blue) = 249+80+223=552 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.11% from 552); Green value is 80 (31.64% from 255 or 14.49% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 249 - color contains mainly: red. Hex color #F950DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F950DF is #06AF20. Grayscale: #929292. Windows color (decimal): -438049 or 14635257. OLE color: 14635257.
HSL color Cylindrical-coordinate representation of color #F950DF: hue angle of 309.23º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F950DF is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 80 | 223 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.02 |
| HSL | 309.23º | 0.93% | 0.65% | - |
| HSV(B) | 309.23º | 0.68% | 0.98% | - |
| XYZ | 55.25 | 31.2 | 72.92 | - |
| YUV | 146.83 | 170.99 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 80 | 223 | 0 | 0.68 | 0.10 | 0.02 | 309.23 | 0.93 | 0.65 |
| Hex | F9 | 50 | DF | 0 | 44 | A | 2 | 135 | 5D | 41 |
| Octal | 371 | 120 | 337 | 0 | 104 | 12 | 2 | 465 | 135 | 101 |
| Binary | 11111001 | 1010000 | 11011111 | 0 | 1000100 | 1010 | 10 | 100110101 | 1011101 | 1000001 |
Color Harmonies of #F950DF
Complementary color
Monochromatic Colors of #F950DF
Black with #F950DF
Text Example
Text Example
White with #F950DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F950DF; }
p { color: rgb(249,80,223); }
H1.HeaderClassName
{
color: #F950DF;
}
.AnyTagClassName
{
color: #F950DF;
}
</style>
background-color css
<style>
a { background-color: #F950DF; }
a { background-color: rgb(249,80,223); }
div.DivClassName
{
background-color: #F950DF;
}
.BgClassName
{
background-color: #F950DF;
}
</style>
border-color css
<style>
span { border-color: #F950DF; }
span { border-color: rgb(249,80,223); }
td.TdClassName
{
border-color: #F950DF;
}
.TagClassName
{
border-color: #F950DF;
}
</style>