Html Css Color HEX #F041EC Free Speech Magenta
📋 copy color: '#F041EC'red 240 ◦ green 65 ◦ blue 236
Shades of Free Speech Magenta #F041EC
Tints of Free Speech Magenta #F041EC
RGB
CMYK
RGB Variations
Color information
#F041EC (or 0xF041EC) is known color: Free Speech Magenta. HEX triplet: F0, 41 and EC. RGB value is (240,65,236). Sum of RGB (Red+Green+Blue) = 240+65+236=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 65 (25.78% from 255 or 12.01% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 240 - color contains mainly: red. Hex color #F041EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F041EC is #0FBE13. Grayscale: #888888. Windows color (decimal): -1031700 or 15483376. OLE color: 15483376.
HSL color Cylindrical-coordinate representation of color #F041EC: hue angle of 301.37º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F041EC is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 236 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.06 |
| HSL | 301.37º | 0.85% | 0.6% | - |
| HSV(B) | 301.37º | 0.73% | 0.94% | - |
| XYZ | 52.97 | 28.36 | 82.04 | - |
| YUV | 136.82 | 183.98 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 236 | 0 | 0.73 | 0.02 | 0.06 | 301.37 | 0.85 | 0.6 |
| Hex | F0 | 41 | EC | 0 | 49 | 2 | 6 | 12D | 55 | 3C |
| Octal | 360 | 101 | 354 | 0 | 111 | 2 | 6 | 455 | 125 | 74 |
| Binary | 11110000 | 1000001 | 11101100 | 0 | 1001001 | 10 | 110 | 100101101 | 1010101 | 111100 |
Color Harmonies of #F041EC
Complementary color
Monochromatic Colors of #F041EC
Black with #F041EC
Text Example
Text Example
White with #F041EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F041EC; }
p { color: rgb(240,65,236); }
H1.HeaderClassName
{
color: #F041EC;
}
.AnyTagClassName
{
color: #F041EC;
}
</style>
background-color css
<style>
a { background-color: #F041EC; }
a { background-color: rgb(240,65,236); }
div.DivClassName
{
background-color: #F041EC;
}
.BgClassName
{
background-color: #F041EC;
}
</style>
border-color css
<style>
span { border-color: #F041EC; }
span { border-color: rgb(240,65,236); }
td.TdClassName
{
border-color: #F041EC;
}
.TagClassName
{
border-color: #F041EC;
}
</style>