Html Css Color HEX #F141EC Free Speech Magenta
📋 copy color: '#F141EC'red 241 ◦ green 65 ◦ blue 236
Shades of Free Speech Magenta #F141EC
Tints of Free Speech Magenta #F141EC
RGB
CMYK
RGB Variations
Color information
#F141EC (or 0xF141EC) is known color: Free Speech Magenta. HEX triplet: F1, 41 and EC. RGB value is (241,65,236). Sum of RGB (Red+Green+Blue) = 241+65+236=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 65 (25.78% from 255 or 11.99% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F141EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F141EC is #0EBE13. Grayscale: #888888. Windows color (decimal): -966164 or 15483377. OLE color: 15483377.
HSL color Cylindrical-coordinate representation of color #F141EC: hue angle of 301.7º 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 #F141EC is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 65 | 236 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.05 |
| HSL | 301.7º | 0.86% | 0.6% | - |
| HSV(B) | 301.7º | 0.73% | 0.95% | - |
| XYZ | 53.31 | 28.54 | 82.06 | - |
| YUV | 137.12 | 183.81 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 65 | 236 | 0 | 0.73 | 0.02 | 0.05 | 301.7 | 0.86 | 0.6 |
| Hex | F1 | 41 | EC | 0 | 49 | 2 | 5 | 12E | 56 | 3C |
| Octal | 361 | 101 | 354 | 0 | 111 | 2 | 5 | 456 | 126 | 74 |
| Binary | 11110001 | 1000001 | 11101100 | 0 | 1001001 | 10 | 101 | 100101110 | 1010110 | 111100 |
Color Harmonies of #F141EC
Complementary color
Monochromatic Colors of #F141EC
Black with #F141EC
Text Example
Text Example
White with #F141EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F141EC; }
p { color: rgb(241,65,236); }
H1.HeaderClassName
{
color: #F141EC;
}
.AnyTagClassName
{
color: #F141EC;
}
</style>
background-color css
<style>
a { background-color: #F141EC; }
a { background-color: rgb(241,65,236); }
div.DivClassName
{
background-color: #F141EC;
}
.BgClassName
{
background-color: #F141EC;
}
</style>
border-color css
<style>
span { border-color: #F141EC; }
span { border-color: rgb(241,65,236); }
td.TdClassName
{
border-color: #F141EC;
}
.TagClassName
{
border-color: #F141EC;
}
</style>