Html Css Color HEX #F054EC Free Speech Magenta
📋 copy color: '#F054EC'red 240 ◦ green 84 ◦ blue 236
Shades of Free Speech Magenta #F054EC
Tints of Free Speech Magenta #F054EC
RGB
CMYK
RGB Variations
Color information
#F054EC (or 0xF054EC) is known color: Free Speech Magenta. HEX triplet: F0, 54 and EC. RGB value is (240,84,236). Sum of RGB (Red+Green+Blue) = 240+84+236=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 84 (33.20% from 255 or 15% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F054EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F054EC is #0FAB13. Grayscale: #939393. Windows color (decimal): -1026836 or 15488240. OLE color: 15488240.
HSL color Cylindrical-coordinate representation of color #F054EC: hue angle of 301.54º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F054EC is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 84 | 236 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.06 |
| HSL | 301.54º | 0.84% | 0.64% | - |
| HSV(B) | 301.54º | 0.65% | 0.94% | - |
| XYZ | 54.25 | 30.92 | 82.47 | - |
| YUV | 147.97 | 177.68 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 84 | 236 | 0 | 0.65 | 0.02 | 0.06 | 301.54 | 0.84 | 0.64 |
| Hex | F0 | 54 | EC | 0 | 41 | 2 | 6 | 12E | 54 | 40 |
| Octal | 360 | 124 | 354 | 0 | 101 | 2 | 6 | 456 | 124 | 100 |
| Binary | 11110000 | 1010100 | 11101100 | 0 | 1000001 | 10 | 110 | 100101110 | 1010100 | 1000000 |
Color Harmonies of #F054EC
Complementary color
Monochromatic Colors of #F054EC
Black with #F054EC
Text Example
Text Example
White with #F054EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F054EC; }
p { color: rgb(240,84,236); }
H1.HeaderClassName
{
color: #F054EC;
}
.AnyTagClassName
{
color: #F054EC;
}
</style>
background-color css
<style>
a { background-color: #F054EC; }
a { background-color: rgb(240,84,236); }
div.DivClassName
{
background-color: #F054EC;
}
.BgClassName
{
background-color: #F054EC;
}
</style>
border-color css
<style>
span { border-color: #F054EC; }
span { border-color: rgb(240,84,236); }
td.TdClassName
{
border-color: #F054EC;
}
.TagClassName
{
border-color: #F054EC;
}
</style>