Html Css Color HEX #F140EC Free Speech Magenta
📋 copy color: '#F140EC'red 241 ◦ green 64 ◦ blue 236
Shades of Free Speech Magenta #F140EC
Tints of Free Speech Magenta #F140EC
RGB
CMYK
RGB Variations
Color information
#F140EC (or 0xF140EC) is known color: Free Speech Magenta. HEX triplet: F1, 40 and EC. RGB value is (241,64,236). Sum of RGB (Red+Green+Blue) = 241+64+236=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 64 (25.39% from 255 or 11.83% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F140EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F140EC is #0EBF13. Grayscale: #888888. Windows color (decimal): -966420 or 15483121. OLE color: 15483121.
HSL color Cylindrical-coordinate representation of color #F140EC: hue angle of 301.69º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F140EC is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 236 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.05 |
| HSL | 301.69º | 0.86% | 0.6% | - |
| HSV(B) | 301.69º | 0.73% | 0.95% | - |
| XYZ | 53.25 | 28.42 | 82.04 | - |
| YUV | 136.53 | 184.14 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 236 | 0 | 0.73 | 0.02 | 0.05 | 301.69 | 0.86 | 0.6 |
| Hex | F1 | 40 | EC | 0 | 49 | 2 | 5 | 12E | 56 | 3C |
| Octal | 361 | 100 | 354 | 0 | 111 | 2 | 5 | 456 | 126 | 74 |
| Binary | 11110001 | 1000000 | 11101100 | 0 | 1001001 | 10 | 101 | 100101110 | 1010110 | 111100 |
Color Harmonies of #F140EC
Complementary color
Monochromatic Colors of #F140EC
Black with #F140EC
Text Example
Text Example
White with #F140EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F140EC; }
p { color: rgb(241,64,236); }
H1.HeaderClassName
{
color: #F140EC;
}
.AnyTagClassName
{
color: #F140EC;
}
</style>
background-color css
<style>
a { background-color: #F140EC; }
a { background-color: rgb(241,64,236); }
div.DivClassName
{
background-color: #F140EC;
}
.BgClassName
{
background-color: #F140EC;
}
</style>
border-color css
<style>
span { border-color: #F140EC; }
span { border-color: rgb(241,64,236); }
td.TdClassName
{
border-color: #F140EC;
}
.TagClassName
{
border-color: #F140EC;
}
</style>