Html Css Color HEX #F542ED Free Speech Magenta
📋 copy color: '#F542ED'red 245 ◦ green 66 ◦ blue 237
Shades of Free Speech Magenta #F542ED
Tints of Free Speech Magenta #F542ED
RGB
CMYK
RGB Variations
Color information
#F542ED (or 0xF542ED) is known color: Free Speech Magenta. HEX triplet: F5, 42 and ED. RGB value is (245,66,237). Sum of RGB (Red+Green+Blue) = 245+66+237=548 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.71% from 548); Green value is 66 (26.17% from 255 or 12.04% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 245 - color contains mainly: red. Hex color #F542ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F542ED is #0ABD12. Grayscale: #8A8A8A. Windows color (decimal): -703763 or 15549173. OLE color: 15549173.
HSL color Cylindrical-coordinate representation of color #F542ED: hue angle of 302.68º 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 #F542ED is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 66 | 237 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.04 |
| HSL | 302.68º | 0.9% | 0.61% | - |
| HSV(B) | 302.68º | 0.73% | 0.96% | - |
| XYZ | 54.89 | 29.42 | 82.91 | - |
| YUV | 139.02 | 183.3 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 66 | 237 | 0 | 0.73 | 0.03 | 0.04 | 302.68 | 0.9 | 0.61 |
| Hex | F5 | 42 | ED | 0 | 49 | 3 | 4 | 12F | 5A | 3D |
| Octal | 365 | 102 | 355 | 0 | 111 | 3 | 4 | 457 | 132 | 75 |
| Binary | 11110101 | 1000010 | 11101101 | 0 | 1001001 | 11 | 100 | 100101111 | 1011010 | 111101 |
Color Harmonies of #F542ED
Complementary color
Monochromatic Colors of #F542ED
Black with #F542ED
Text Example
Text Example
White with #F542ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F542ED; }
p { color: rgb(245,66,237); }
H1.HeaderClassName
{
color: #F542ED;
}
.AnyTagClassName
{
color: #F542ED;
}
</style>
background-color css
<style>
a { background-color: #F542ED; }
a { background-color: rgb(245,66,237); }
div.DivClassName
{
background-color: #F542ED;
}
.BgClassName
{
background-color: #F542ED;
}
</style>
border-color css
<style>
span { border-color: #F542ED; }
span { border-color: rgb(245,66,237); }
td.TdClassName
{
border-color: #F542ED;
}
.TagClassName
{
border-color: #F542ED;
}
</style>