Html Css Color HEX #F559DB Free Speech Magenta
📋 copy color: '#F559DB'red 245 ◦ green 89 ◦ blue 219
Shades of Free Speech Magenta #F559DB
Tints of Free Speech Magenta #F559DB
RGB
CMYK
RGB Variations
Color information
#F559DB (or 0xF559DB) is known color: Free Speech Magenta. HEX triplet: F5, 59 and DB. RGB value is (245,89,219). Sum of RGB (Red+Green+Blue) = 245+89+219=553 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.30% from 553); Green value is 89 (35.16% from 255 or 16.09% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 245 - color contains mainly: red. Hex color #F559DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F559DB is #0AA624. Grayscale: #969696. Windows color (decimal): -697893 or 14375413. OLE color: 14375413.
HSL color Cylindrical-coordinate representation of color #F559DB: hue angle of 310º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F559DB is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 89 | 219 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.04 |
| HSL | 310º | 0.89% | 0.65% | - |
| HSV(B) | 310º | 0.64% | 0.96% | - |
| XYZ | 54.01 | 31.67 | 70.28 | - |
| YUV | 150.46 | 166.68 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 89 | 219 | 0 | 0.64 | 0.11 | 0.04 | 310 | 0.89 | 0.65 |
| Hex | F5 | 59 | DB | 0 | 40 | B | 4 | 136 | 59 | 41 |
| Octal | 365 | 131 | 333 | 0 | 100 | 13 | 4 | 466 | 131 | 101 |
| Binary | 11110101 | 1011001 | 11011011 | 0 | 1000000 | 1011 | 100 | 100110110 | 1011001 | 1000001 |
Color Harmonies of #F559DB
Complementary color
Monochromatic Colors of #F559DB
Black with #F559DB
Text Example
Text Example
White with #F559DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F559DB; }
p { color: rgb(245,89,219); }
H1.HeaderClassName
{
color: #F559DB;
}
.AnyTagClassName
{
color: #F559DB;
}
</style>
background-color css
<style>
a { background-color: #F559DB; }
a { background-color: rgb(245,89,219); }
div.DivClassName
{
background-color: #F559DB;
}
.BgClassName
{
background-color: #F559DB;
}
</style>
border-color css
<style>
span { border-color: #F559DB; }
span { border-color: rgb(245,89,219); }
td.TdClassName
{
border-color: #F559DB;
}
.TagClassName
{
border-color: #F559DB;
}
</style>