Html Css Color HEX #F558DB Free Speech Magenta
📋 copy color: '#F558DB'red 245 ◦ green 88 ◦ blue 219
Shades of Free Speech Magenta #F558DB
Tints of Free Speech Magenta #F558DB
RGB
CMYK
RGB Variations
Color information
#F558DB (or 0xF558DB) is known color: Free Speech Magenta. HEX triplet: F5, 58 and DB. RGB value is (245,88,219). Sum of RGB (Red+Green+Blue) = 245+88+219=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 88 (34.77% from 255 or 15.94% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F558DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F558DB is #0AA724. Grayscale: #959595. Windows color (decimal): -698149 or 14375157. OLE color: 14375157.
HSL color Cylindrical-coordinate representation of color #F558DB: hue angle of 309.94º 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 #F558DB is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 88 | 219 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.04 |
| HSL | 309.94º | 0.89% | 0.65% | - |
| HSV(B) | 309.94º | 0.64% | 0.96% | - |
| XYZ | 53.93 | 31.51 | 70.26 | - |
| YUV | 149.88 | 167.01 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 88 | 219 | 0 | 0.64 | 0.11 | 0.04 | 309.94 | 0.89 | 0.65 |
| Hex | F5 | 58 | DB | 0 | 40 | B | 4 | 136 | 59 | 41 |
| Octal | 365 | 130 | 333 | 0 | 100 | 13 | 4 | 466 | 131 | 101 |
| Binary | 11110101 | 1011000 | 11011011 | 0 | 1000000 | 1011 | 100 | 100110110 | 1011001 | 1000001 |
Color Harmonies of #F558DB
Complementary color
Monochromatic Colors of #F558DB
Black with #F558DB
Text Example
Text Example
White with #F558DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F558DB; }
p { color: rgb(245,88,219); }
H1.HeaderClassName
{
color: #F558DB;
}
.AnyTagClassName
{
color: #F558DB;
}
</style>
background-color css
<style>
a { background-color: #F558DB; }
a { background-color: rgb(245,88,219); }
div.DivClassName
{
background-color: #F558DB;
}
.BgClassName
{
background-color: #F558DB;
}
</style>
border-color css
<style>
span { border-color: #F558DB; }
span { border-color: rgb(245,88,219); }
td.TdClassName
{
border-color: #F558DB;
}
.TagClassName
{
border-color: #F558DB;
}
</style>