Html Css Color HEX #F549DD Free Speech Magenta
📋 copy color: '#F549DD'red 245 ◦ green 73 ◦ blue 221
Shades of Free Speech Magenta #F549DD
Tints of Free Speech Magenta #F549DD
RGB
CMYK
RGB Variations
Color information
#F549DD (or 0xF549DD) is known color: Free Speech Magenta. HEX triplet: F5, 49 and DD. RGB value is (245,73,221). Sum of RGB (Red+Green+Blue) = 245+73+221=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 73 (28.91% from 255 or 13.54% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 245 - color contains mainly: red. Hex color #F549DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F549DD is #0AB622. Grayscale: #8C8C8C. Windows color (decimal): -701987 or 14502389. OLE color: 14502389.
HSL color Cylindrical-coordinate representation of color #F549DD: hue angle of 308.37º 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 #F549DD is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 221 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.04 |
| HSL | 308.37º | 0.9% | 0.62% | - |
| HSV(B) | 308.37º | 0.7% | 0.96% | - |
| XYZ | 53.09 | 29.4 | 71.28 | - |
| YUV | 141.3 | 172.98 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 221 | 0 | 0.70 | 0.10 | 0.04 | 308.37 | 0.9 | 0.62 |
| Hex | F5 | 49 | DD | 0 | 46 | A | 4 | 134 | 5A | 3E |
| Octal | 365 | 111 | 335 | 0 | 106 | 12 | 4 | 464 | 132 | 76 |
| Binary | 11110101 | 1001001 | 11011101 | 0 | 1000110 | 1010 | 100 | 100110100 | 1011010 | 111110 |
Color Harmonies of #F549DD
Complementary color
Monochromatic Colors of #F549DD
Black with #F549DD
Text Example
Text Example
White with #F549DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F549DD; }
p { color: rgb(245,73,221); }
H1.HeaderClassName
{
color: #F549DD;
}
.AnyTagClassName
{
color: #F549DD;
}
</style>
background-color css
<style>
a { background-color: #F549DD; }
a { background-color: rgb(245,73,221); }
div.DivClassName
{
background-color: #F549DD;
}
.BgClassName
{
background-color: #F549DD;
}
</style>
border-color css
<style>
span { border-color: #F549DD; }
span { border-color: rgb(245,73,221); }
td.TdClassName
{
border-color: #F549DD;
}
.TagClassName
{
border-color: #F549DD;
}
</style>