Html Css Color HEX #F549DC Free Speech Magenta
📋 copy color: '#F549DC'red 245 ◦ green 73 ◦ blue 220
Shades of Free Speech Magenta #F549DC
Tints of Free Speech Magenta #F549DC
RGB
CMYK
RGB Variations
Color information
#F549DC (or 0xF549DC) is known color: Free Speech Magenta. HEX triplet: F5, 49 and DC. RGB value is (245,73,220). Sum of RGB (Red+Green+Blue) = 245+73+220=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 73 (28.91% from 255 or 13.57% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F549DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F549DC is #0AB623. Grayscale: #8C8C8C. Windows color (decimal): -701988 or 14436853. OLE color: 14436853.
HSL color Cylindrical-coordinate representation of color #F549DC: hue angle of 308.72º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F549DC is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 220 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.04 |
| HSL | 308.72º | 0.9% | 0.62% | - |
| HSV(B) | 308.72º | 0.7% | 0.96% | - |
| XYZ | 52.96 | 29.34 | 70.58 | - |
| YUV | 141.19 | 172.48 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 220 | 0 | 0.70 | 0.10 | 0.04 | 308.72 | 0.9 | 0.62 |
| Hex | F5 | 49 | DC | 0 | 46 | A | 4 | 135 | 5A | 3E |
| Octal | 365 | 111 | 334 | 0 | 106 | 12 | 4 | 465 | 132 | 76 |
| Binary | 11110101 | 1001001 | 11011100 | 0 | 1000110 | 1010 | 100 | 100110101 | 1011010 | 111110 |
Color Harmonies of #F549DC
Complementary color
Monochromatic Colors of #F549DC
Black with #F549DC
Text Example
Text Example
White with #F549DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F549DC; }
p { color: rgb(245,73,220); }
H1.HeaderClassName
{
color: #F549DC;
}
.AnyTagClassName
{
color: #F549DC;
}
</style>
background-color css
<style>
a { background-color: #F549DC; }
a { background-color: rgb(245,73,220); }
div.DivClassName
{
background-color: #F549DC;
}
.BgClassName
{
background-color: #F549DC;
}
</style>
border-color css
<style>
span { border-color: #F549DC; }
span { border-color: rgb(245,73,220); }
td.TdClassName
{
border-color: #F549DC;
}
.TagClassName
{
border-color: #F549DC;
}
</style>