Html Css Color HEX #F541EE Free Speech Magenta
📋 copy color: '#F541EE'red 245 ◦ green 65 ◦ blue 238
Shades of Free Speech Magenta #F541EE
Tints of Free Speech Magenta #F541EE
RGB
CMYK
RGB Variations
Color information
#F541EE (or 0xF541EE) is known color: Free Speech Magenta. HEX triplet: F5, 41 and EE. RGB value is (245,65,238). Sum of RGB (Red+Green+Blue) = 245+65+238=548 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.71% from 548); Green value is 65 (25.78% from 255 or 11.86% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 245 - color contains mainly: red. Hex color #F541EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F541EE is #0ABE11. Grayscale: #8A8A8A. Windows color (decimal): -704018 or 15614453. OLE color: 15614453.
HSL color Cylindrical-coordinate representation of color #F541EE: hue angle of 302.33º 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 #F541EE is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 65 | 238 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.04 |
| HSL | 302.33º | 0.9% | 0.61% | - |
| HSV(B) | 302.33º | 0.73% | 0.96% | - |
| XYZ | 54.98 | 29.37 | 83.66 | - |
| YUV | 138.54 | 184.13 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 65 | 238 | 0 | 0.73 | 0.03 | 0.04 | 302.33 | 0.9 | 0.61 |
| Hex | F5 | 41 | EE | 0 | 49 | 3 | 4 | 12E | 5A | 3D |
| Octal | 365 | 101 | 356 | 0 | 111 | 3 | 4 | 456 | 132 | 75 |
| Binary | 11110101 | 1000001 | 11101110 | 0 | 1001001 | 11 | 100 | 100101110 | 1011010 | 111101 |
Color Harmonies of #F541EE
Complementary color
Monochromatic Colors of #F541EE
Black with #F541EE
Text Example
Text Example
White with #F541EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F541EE; }
p { color: rgb(245,65,238); }
H1.HeaderClassName
{
color: #F541EE;
}
.AnyTagClassName
{
color: #F541EE;
}
</style>
background-color css
<style>
a { background-color: #F541EE; }
a { background-color: rgb(245,65,238); }
div.DivClassName
{
background-color: #F541EE;
}
.BgClassName
{
background-color: #F541EE;
}
</style>
border-color css
<style>
span { border-color: #F541EE; }
span { border-color: rgb(245,65,238); }
td.TdClassName
{
border-color: #F541EE;
}
.TagClassName
{
border-color: #F541EE;
}
</style>