Html Css Color HEX #F161D8 Free Speech Magenta
📋 copy color: '#F161D8'red 241 ◦ green 97 ◦ blue 216
Shades of Free Speech Magenta #F161D8
Tints of Free Speech Magenta #F161D8
RGB
CMYK
RGB Variations
Color information
#F161D8 (or 0xF161D8) is known color: Free Speech Magenta. HEX triplet: F1, 61 and D8. RGB value is (241,97,216). Sum of RGB (Red+Green+Blue) = 241+97+216=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 97 (38.28% from 255 or 17.51% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F161D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F161D8 is #0E9E27. Grayscale: #999999. Windows color (decimal): -957992 or 14180849. OLE color: 14180849.
HSL color Cylindrical-coordinate representation of color #F161D8: hue angle of 310.42º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F161D8 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 97 | 216 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.05 |
| HSL | 310.42º | 0.84% | 0.66% | - |
| HSV(B) | 310.42º | 0.6% | 0.95% | - |
| XYZ | 52.94 | 32.21 | 68.39 | - |
| YUV | 153.62 | 163.21 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 97 | 216 | 0 | 0.60 | 0.10 | 0.05 | 310.42 | 0.84 | 0.66 |
| Hex | F1 | 61 | D8 | 0 | 3C | A | 5 | 136 | 54 | 42 |
| Octal | 361 | 141 | 330 | 0 | 74 | 12 | 5 | 466 | 124 | 102 |
| Binary | 11110001 | 1100001 | 11011000 | 0 | 111100 | 1010 | 101 | 100110110 | 1010100 | 1000010 |
Color Harmonies of #F161D8
Complementary color
Monochromatic Colors of #F161D8
Black with #F161D8
Text Example
Text Example
White with #F161D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F161D8; }
p { color: rgb(241,97,216); }
H1.HeaderClassName
{
color: #F161D8;
}
.AnyTagClassName
{
color: #F161D8;
}
</style>
background-color css
<style>
a { background-color: #F161D8; }
a { background-color: rgb(241,97,216); }
div.DivClassName
{
background-color: #F161D8;
}
.BgClassName
{
background-color: #F161D8;
}
</style>
border-color css
<style>
span { border-color: #F161D8; }
span { border-color: rgb(241,97,216); }
td.TdClassName
{
border-color: #F161D8;
}
.TagClassName
{
border-color: #F161D8;
}
</style>