Html Css Color HEX #F959D3 Free Speech Magenta
📋 copy color: '#F959D3'red 249 ◦ green 89 ◦ blue 211
Shades of Free Speech Magenta #F959D3
Tints of Free Speech Magenta #F959D3
RGB
CMYK
RGB Variations
Color information
#F959D3 (or 0xF959D3) is known color: Free Speech Magenta. HEX triplet: F9, 59 and D3. RGB value is (249,89,211). Sum of RGB (Red+Green+Blue) = 249+89+211=549 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.36% from 549); Green value is 89 (35.16% from 255 or 16.21% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 249 - color contains mainly: red. Hex color #F959D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F959D3 is #06A62C. Grayscale: #969696. Windows color (decimal): -435757 or 13851129. OLE color: 13851129.
HSL color Cylindrical-coordinate representation of color #F959D3: hue angle of 314.25º 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 #F959D3 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 89 | 211 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.02 |
| HSL | 314.25º | 0.93% | 0.66% | - |
| HSV(B) | 314.25º | 0.64% | 0.98% | - |
| XYZ | 54.4 | 31.99 | 64.94 | - |
| YUV | 150.75 | 162.01 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 89 | 211 | 0 | 0.64 | 0.15 | 0.02 | 314.25 | 0.93 | 0.66 |
| Hex | F9 | 59 | D3 | 0 | 40 | F | 2 | 13A | 5D | 42 |
| Octal | 371 | 131 | 323 | 0 | 100 | 17 | 2 | 472 | 135 | 102 |
| Binary | 11111001 | 1011001 | 11010011 | 0 | 1000000 | 1111 | 10 | 100111010 | 1011101 | 1000010 |
Color Harmonies of #F959D3
Complementary color
Monochromatic Colors of #F959D3
Black with #F959D3
Text Example
Text Example
White with #F959D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F959D3; }
p { color: rgb(249,89,211); }
H1.HeaderClassName
{
color: #F959D3;
}
.AnyTagClassName
{
color: #F959D3;
}
</style>
background-color css
<style>
a { background-color: #F959D3; }
a { background-color: rgb(249,89,211); }
div.DivClassName
{
background-color: #F959D3;
}
.BgClassName
{
background-color: #F959D3;
}
</style>
border-color css
<style>
span { border-color: #F959D3; }
span { border-color: rgb(249,89,211); }
td.TdClassName
{
border-color: #F959D3;
}
.TagClassName
{
border-color: #F959D3;
}
</style>