Html Css Color HEX #F549DB Free Speech Magenta
📋 copy color: '#F549DB'red 245 ◦ green 73 ◦ blue 219
Shades of Free Speech Magenta #F549DB
Tints of Free Speech Magenta #F549DB
RGB
CMYK
RGB Variations
Color information
#F549DB (or 0xF549DB) is known color: Free Speech Magenta. HEX triplet: F5, 49 and DB. RGB value is (245,73,219). Sum of RGB (Red+Green+Blue) = 245+73+219=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 73 (28.91% from 255 or 13.59% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F549DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F549DB is #0AB624. Grayscale: #8C8C8C. Windows color (decimal): -701989 or 14371317. OLE color: 14371317.
HSL color Cylindrical-coordinate representation of color #F549DB: hue angle of 309.07º 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 #F549DB is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 219 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.04 |
| HSL | 309.07º | 0.9% | 0.62% | - |
| HSV(B) | 309.07º | 0.7% | 0.96% | - |
| XYZ | 52.82 | 29.29 | 69.89 | - |
| YUV | 141.07 | 171.98 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 219 | 0 | 0.70 | 0.11 | 0.04 | 309.07 | 0.9 | 0.62 |
| Hex | F5 | 49 | DB | 0 | 46 | B | 4 | 135 | 5A | 3E |
| Octal | 365 | 111 | 333 | 0 | 106 | 13 | 4 | 465 | 132 | 76 |
| Binary | 11110101 | 1001001 | 11011011 | 0 | 1000110 | 1011 | 100 | 100110101 | 1011010 | 111110 |
Color Harmonies of #F549DB
Complementary color
Monochromatic Colors of #F549DB
Black with #F549DB
Text Example
Text Example
White with #F549DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F549DB; }
p { color: rgb(245,73,219); }
H1.HeaderClassName
{
color: #F549DB;
}
.AnyTagClassName
{
color: #F549DB;
}
</style>
background-color css
<style>
a { background-color: #F549DB; }
a { background-color: rgb(245,73,219); }
div.DivClassName
{
background-color: #F549DB;
}
.BgClassName
{
background-color: #F549DB;
}
</style>
border-color css
<style>
span { border-color: #F549DB; }
span { border-color: rgb(245,73,219); }
td.TdClassName
{
border-color: #F549DB;
}
.TagClassName
{
border-color: #F549DB;
}
</style>