Html Css Color HEX #F155EC Free Speech Magenta
📋 copy color: '#F155EC'red 241 ◦ green 85 ◦ blue 236
Shades of Free Speech Magenta #F155EC
Tints of Free Speech Magenta #F155EC
RGB
CMYK
RGB Variations
Color information
#F155EC (or 0xF155EC) is known color: Free Speech Magenta. HEX triplet: F1, 55 and EC. RGB value is (241,85,236). Sum of RGB (Red+Green+Blue) = 241+85+236=562 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.88% from 562); Green value is 85 (33.59% from 255 or 15.12% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 241 - color contains mainly: red. Hex color #F155EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F155EC is #0EAA13. Grayscale: #949494. Windows color (decimal): -961044 or 15488497. OLE color: 15488497.
HSL color Cylindrical-coordinate representation of color #F155EC: hue angle of 301.92º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F155EC is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 236 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.05 |
| HSL | 301.92º | 0.85% | 0.64% | - |
| HSV(B) | 301.92º | 0.65% | 0.95% | - |
| XYZ | 54.66 | 31.25 | 82.51 | - |
| YUV | 148.86 | 177.18 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 236 | 0 | 0.65 | 0.02 | 0.05 | 301.92 | 0.85 | 0.64 |
| Hex | F1 | 55 | EC | 0 | 41 | 2 | 5 | 12E | 55 | 40 |
| Octal | 361 | 125 | 354 | 0 | 101 | 2 | 5 | 456 | 125 | 100 |
| Binary | 11110001 | 1010101 | 11101100 | 0 | 1000001 | 10 | 101 | 100101110 | 1010101 | 1000000 |
Color Harmonies of #F155EC
Complementary color
Monochromatic Colors of #F155EC
Black with #F155EC
Text Example
Text Example
White with #F155EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F155EC; }
p { color: rgb(241,85,236); }
H1.HeaderClassName
{
color: #F155EC;
}
.AnyTagClassName
{
color: #F155EC;
}
</style>
background-color css
<style>
a { background-color: #F155EC; }
a { background-color: rgb(241,85,236); }
div.DivClassName
{
background-color: #F155EC;
}
.BgClassName
{
background-color: #F155EC;
}
</style>
border-color css
<style>
span { border-color: #F155EC; }
span { border-color: rgb(241,85,236); }
td.TdClassName
{
border-color: #F155EC;
}
.TagClassName
{
border-color: #F155EC;
}
</style>