Html Css Color HEX #F959D8 Free Speech Magenta
📋 copy color: '#F959D8'red 249 ◦ green 89 ◦ blue 216
Shades of Free Speech Magenta #F959D8
Tints of Free Speech Magenta #F959D8
RGB
CMYK
RGB Variations
Color information
#F959D8 (or 0xF959D8) is known color: Free Speech Magenta. HEX triplet: F9, 59 and D8. RGB value is (249,89,216). Sum of RGB (Red+Green+Blue) = 249+89+216=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 89 (35.16% from 255 or 16.06% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F959D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F959D8 is #06A627. Grayscale: #969696. Windows color (decimal): -435752 or 14178809. OLE color: 14178809.
HSL color Cylindrical-coordinate representation of color #F959D8: hue angle of 312.38º 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 #F959D8 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 89 | 216 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.02 |
| HSL | 312.38º | 0.93% | 0.66% | - |
| HSV(B) | 312.38º | 0.64% | 0.98% | - |
| XYZ | 55.03 | 32.24 | 68.29 | - |
| YUV | 151.32 | 164.51 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 89 | 216 | 0 | 0.64 | 0.13 | 0.02 | 312.38 | 0.93 | 0.66 |
| Hex | F9 | 59 | D8 | 0 | 40 | D | 2 | 138 | 5D | 42 |
| Octal | 371 | 131 | 330 | 0 | 100 | 15 | 2 | 470 | 135 | 102 |
| Binary | 11111001 | 1011001 | 11011000 | 0 | 1000000 | 1101 | 10 | 100111000 | 1011101 | 1000010 |
Color Harmonies of #F959D8
Complementary color
Monochromatic Colors of #F959D8
Black with #F959D8
Text Example
Text Example
White with #F959D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F959D8; }
p { color: rgb(249,89,216); }
H1.HeaderClassName
{
color: #F959D8;
}
.AnyTagClassName
{
color: #F959D8;
}
</style>
background-color css
<style>
a { background-color: #F959D8; }
a { background-color: rgb(249,89,216); }
div.DivClassName
{
background-color: #F959D8;
}
.BgClassName
{
background-color: #F959D8;
}
</style>
border-color css
<style>
span { border-color: #F959D8; }
span { border-color: rgb(249,89,216); }
td.TdClassName
{
border-color: #F959D8;
}
.TagClassName
{
border-color: #F959D8;
}
</style>