Html Css Color HEX #F54EDC Free Speech Magenta
📋 copy color: '#F54EDC'red 245 ◦ green 78 ◦ blue 220
Shades of Free Speech Magenta #F54EDC
Tints of Free Speech Magenta #F54EDC
RGB
CMYK
RGB Variations
Color information
#F54EDC (or 0xF54EDC) is known color: Free Speech Magenta. HEX triplet: F5, 4E and DC. RGB value is (245,78,220). Sum of RGB (Red+Green+Blue) = 245+78+220=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 78 (30.86% from 255 or 14.36% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F54EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F54EDC is #0AB123. Grayscale: #8F8F8F. Windows color (decimal): -700708 or 14438133. OLE color: 14438133.
HSL color Cylindrical-coordinate representation of color #F54EDC: hue angle of 308.98º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F54EDC is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 78 | 220 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.04 |
| HSL | 308.98º | 0.89% | 0.63% | - |
| HSV(B) | 308.98º | 0.68% | 0.96% | - |
| XYZ | 53.3 | 30.03 | 70.7 | - |
| YUV | 144.12 | 170.83 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 78 | 220 | 0 | 0.68 | 0.10 | 0.04 | 308.98 | 0.89 | 0.63 |
| Hex | F5 | 4E | DC | 0 | 44 | A | 4 | 135 | 59 | 3F |
| Octal | 365 | 116 | 334 | 0 | 104 | 12 | 4 | 465 | 131 | 77 |
| Binary | 11110101 | 1001110 | 11011100 | 0 | 1000100 | 1010 | 100 | 100110101 | 1011001 | 111111 |
Color Harmonies of #F54EDC
Complementary color
Monochromatic Colors of #F54EDC
Black with #F54EDC
Text Example
Text Example
White with #F54EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54EDC; }
p { color: rgb(245,78,220); }
H1.HeaderClassName
{
color: #F54EDC;
}
.AnyTagClassName
{
color: #F54EDC;
}
</style>
background-color css
<style>
a { background-color: #F54EDC; }
a { background-color: rgb(245,78,220); }
div.DivClassName
{
background-color: #F54EDC;
}
.BgClassName
{
background-color: #F54EDC;
}
</style>
border-color css
<style>
span { border-color: #F54EDC; }
span { border-color: rgb(245,78,220); }
td.TdClassName
{
border-color: #F54EDC;
}
.TagClassName
{
border-color: #F54EDC;
}
</style>