Html Css Color HEX #F549DF Free Speech Magenta
📋 copy color: '#F549DF'red 245 ◦ green 73 ◦ blue 223
Shades of Free Speech Magenta #F549DF
Tints of Free Speech Magenta #F549DF
RGB
CMYK
RGB Variations
Color information
#F549DF (or 0xF549DF) is known color: Free Speech Magenta. HEX triplet: F5, 49 and DF. RGB value is (245,73,223). Sum of RGB (Red+Green+Blue) = 245+73+223=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 73 (28.91% from 255 or 13.49% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F549DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F549DF is #0AB620. Grayscale: #8D8D8D. Windows color (decimal): -701985 or 14633461. OLE color: 14633461.
HSL color Cylindrical-coordinate representation of color #F549DF: hue angle of 307.67º 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 #F549DF is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 223 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.04 |
| HSL | 307.67º | 0.9% | 0.62% | - |
| HSV(B) | 307.67º | 0.7% | 0.96% | - |
| XYZ | 53.36 | 29.51 | 72.69 | - |
| YUV | 141.53 | 173.98 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 223 | 0 | 0.70 | 0.09 | 0.04 | 307.67 | 0.9 | 0.62 |
| Hex | F5 | 49 | DF | 0 | 46 | 9 | 4 | 134 | 5A | 3E |
| Octal | 365 | 111 | 337 | 0 | 106 | 11 | 4 | 464 | 132 | 76 |
| Binary | 11110101 | 1001001 | 11011111 | 0 | 1000110 | 1001 | 100 | 100110100 | 1011010 | 111110 |
Color Harmonies of #F549DF
Complementary color
Monochromatic Colors of #F549DF
Black with #F549DF
Text Example
Text Example
White with #F549DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F549DF; }
p { color: rgb(245,73,223); }
H1.HeaderClassName
{
color: #F549DF;
}
.AnyTagClassName
{
color: #F549DF;
}
</style>
background-color css
<style>
a { background-color: #F549DF; }
a { background-color: rgb(245,73,223); }
div.DivClassName
{
background-color: #F549DF;
}
.BgClassName
{
background-color: #F549DF;
}
</style>
border-color css
<style>
span { border-color: #F549DF; }
span { border-color: rgb(245,73,223); }
td.TdClassName
{
border-color: #F549DF;
}
.TagClassName
{
border-color: #F549DF;
}
</style>