Html Css Color HEX #F161E0 Free Speech Magenta
📋 copy color: '#F161E0'red 241 ◦ green 97 ◦ blue 224
Shades of Free Speech Magenta #F161E0
Tints of Free Speech Magenta #F161E0
RGB
CMYK
RGB Variations
Color information
#F161E0 (or 0xF161E0) is known color: Free Speech Magenta. HEX triplet: F1, 61 and E0. RGB value is (241,97,224). Sum of RGB (Red+Green+Blue) = 241+97+224=562 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.88% from 562); Green value is 97 (38.28% from 255 or 17.26% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 241 - color contains mainly: red. Hex color #F161E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F161E0 is #0E9E1F. Grayscale: #9A9A9A. Windows color (decimal): -957984 or 14705137. OLE color: 14705137.
HSL color Cylindrical-coordinate representation of color #F161E0: hue angle of 307.08º 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 #F161E0 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 97 | 224 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.05 |
| HSL | 307.08º | 0.84% | 0.66% | - |
| HSV(B) | 307.08º | 0.6% | 0.95% | - |
| XYZ | 54 | 32.63 | 73.97 | - |
| YUV | 154.53 | 167.21 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 97 | 224 | 0 | 0.60 | 0.07 | 0.05 | 307.08 | 0.84 | 0.66 |
| Hex | F1 | 61 | E0 | 0 | 3C | 7 | 5 | 133 | 54 | 42 |
| Octal | 361 | 141 | 340 | 0 | 74 | 7 | 5 | 463 | 124 | 102 |
| Binary | 11110001 | 1100001 | 11100000 | 0 | 111100 | 111 | 101 | 100110011 | 1010100 | 1000010 |
Color Harmonies of #F161E0
Complementary color
Monochromatic Colors of #F161E0
Black with #F161E0
Text Example
Text Example
White with #F161E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F161E0; }
p { color: rgb(241,97,224); }
H1.HeaderClassName
{
color: #F161E0;
}
.AnyTagClassName
{
color: #F161E0;
}
</style>
background-color css
<style>
a { background-color: #F161E0; }
a { background-color: rgb(241,97,224); }
div.DivClassName
{
background-color: #F161E0;
}
.BgClassName
{
background-color: #F161E0;
}
</style>
border-color css
<style>
span { border-color: #F161E0; }
span { border-color: rgb(241,97,224); }
td.TdClassName
{
border-color: #F161E0;
}
.TagClassName
{
border-color: #F161E0;
}
</style>