Html Css Color HEX #F541EC Free Speech Magenta
📋 copy color: '#F541EC'red 245 ◦ green 65 ◦ blue 236
Shades of Free Speech Magenta #F541EC
Tints of Free Speech Magenta #F541EC
RGB
CMYK
RGB Variations
Color information
#F541EC (or 0xF541EC) is known color: Free Speech Magenta. HEX triplet: F5, 41 and EC. RGB value is (245,65,236). Sum of RGB (Red+Green+Blue) = 245+65+236=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 65 (25.78% from 255 or 11.90% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F541EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F541EC is #0ABE13. Grayscale: #898989. Windows color (decimal): -704020 or 15483381. OLE color: 15483381.
HSL color Cylindrical-coordinate representation of color #F541EC: hue angle of 303º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F541EC is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 65 | 236 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.04 |
| HSL | 303º | 0.9% | 0.61% | - |
| HSV(B) | 303º | 0.73% | 0.96% | - |
| XYZ | 54.69 | 29.25 | 82.12 | - |
| YUV | 138.31 | 183.13 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 65 | 236 | 0 | 0.73 | 0.04 | 0.04 | 303 | 0.9 | 0.61 |
| Hex | F5 | 41 | EC | 0 | 49 | 4 | 4 | 12F | 5A | 3D |
| Octal | 365 | 101 | 354 | 0 | 111 | 4 | 4 | 457 | 132 | 75 |
| Binary | 11110101 | 1000001 | 11101100 | 0 | 1001001 | 100 | 100 | 100101111 | 1011010 | 111101 |
Color Harmonies of #F541EC
Complementary color
Monochromatic Colors of #F541EC
Black with #F541EC
Text Example
Text Example
White with #F541EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F541EC; }
p { color: rgb(245,65,236); }
H1.HeaderClassName
{
color: #F541EC;
}
.AnyTagClassName
{
color: #F541EC;
}
</style>
background-color css
<style>
a { background-color: #F541EC; }
a { background-color: rgb(245,65,236); }
div.DivClassName
{
background-color: #F541EC;
}
.BgClassName
{
background-color: #F541EC;
}
</style>
border-color css
<style>
span { border-color: #F541EC; }
span { border-color: rgb(245,65,236); }
td.TdClassName
{
border-color: #F541EC;
}
.TagClassName
{
border-color: #F541EC;
}
</style>