Html Css Color HEX #F959E8 Free Speech Magenta
📋 copy color: '#F959E8'red 249 ◦ green 89 ◦ blue 232
Shades of Free Speech Magenta #F959E8
Tints of Free Speech Magenta #F959E8
RGB
CMYK
RGB Variations
Color information
#F959E8 (or 0xF959E8) is known color: Free Speech Magenta. HEX triplet: F9, 59 and E8. RGB value is (249,89,232). Sum of RGB (Red+Green+Blue) = 249+89+232=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 89 (35.16% from 255 or 15.61% from 570); Blue value is 232 (91.02% from 255 or 40.70% from 570); Max value from RGB is 249 - color contains mainly: red. Hex color #F959E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F959E8 is #06A617. Grayscale: #989898. Windows color (decimal): -435736 or 15227385. OLE color: 15227385.
HSL color Cylindrical-coordinate representation of color #F959E8: hue angle of 306.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 #F959E8 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 89 | 232 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.02 |
| HSL | 306.38º | 0.93% | 0.66% | - |
| HSV(B) | 306.38º | 0.64% | 0.98% | - |
| XYZ | 57.2 | 33.11 | 79.72 | - |
| YUV | 153.14 | 172.51 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 89 | 232 | 0 | 0.64 | 0.07 | 0.02 | 306.38 | 0.93 | 0.66 |
| Hex | F9 | 59 | E8 | 0 | 40 | 7 | 2 | 132 | 5D | 42 |
| Octal | 371 | 131 | 350 | 0 | 100 | 7 | 2 | 462 | 135 | 102 |
| Binary | 11111001 | 1011001 | 11101000 | 0 | 1000000 | 111 | 10 | 100110010 | 1011101 | 1000010 |
Color Harmonies of #F959E8
Complementary color
Monochromatic Colors of #F959E8
Black with #F959E8
Text Example
Text Example
White with #F959E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F959E8; }
p { color: rgb(249,89,232); }
H1.HeaderClassName
{
color: #F959E8;
}
.AnyTagClassName
{
color: #F959E8;
}
</style>
background-color css
<style>
a { background-color: #F959E8; }
a { background-color: rgb(249,89,232); }
div.DivClassName
{
background-color: #F959E8;
}
.BgClassName
{
background-color: #F959E8;
}
</style>
border-color css
<style>
span { border-color: #F959E8; }
span { border-color: rgb(249,89,232); }
td.TdClassName
{
border-color: #F959E8;
}
.TagClassName
{
border-color: #F959E8;
}
</style>