Html Css Color HEX #F55BDB Free Speech Magenta
📋 copy color: '#F55BDB'red 245 ◦ green 91 ◦ blue 219
Shades of Free Speech Magenta #F55BDB
Tints of Free Speech Magenta #F55BDB
RGB
CMYK
RGB Variations
Color information
#F55BDB (or 0xF55BDB) is known color: Free Speech Magenta. HEX triplet: F5, 5B and DB. RGB value is (245,91,219). Sum of RGB (Red+Green+Blue) = 245+91+219=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 91 (35.94% from 255 or 16.40% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 245 - color contains mainly: red. Hex color #F55BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55BDB is #0AA424. Grayscale: #979797. Windows color (decimal): -697381 or 14375925. OLE color: 14375925.
HSL color Cylindrical-coordinate representation of color #F55BDB: hue angle of 310.13º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F55BDB is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 91 | 219 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.04 |
| HSL | 310.13º | 0.89% | 0.66% | - |
| HSV(B) | 310.13º | 0.63% | 0.96% | - |
| XYZ | 54.18 | 32.01 | 70.34 | - |
| YUV | 151.64 | 166.02 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 91 | 219 | 0 | 0.63 | 0.11 | 0.04 | 310.13 | 0.89 | 0.66 |
| Hex | F5 | 5B | DB | 0 | 3F | B | 4 | 136 | 59 | 42 |
| Octal | 365 | 133 | 333 | 0 | 77 | 13 | 4 | 466 | 131 | 102 |
| Binary | 11110101 | 1011011 | 11011011 | 0 | 111111 | 1011 | 100 | 100110110 | 1011001 | 1000010 |
Color Harmonies of #F55BDB
Complementary color
Monochromatic Colors of #F55BDB
Black with #F55BDB
Text Example
Text Example
White with #F55BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55BDB; }
p { color: rgb(245,91,219); }
H1.HeaderClassName
{
color: #F55BDB;
}
.AnyTagClassName
{
color: #F55BDB;
}
</style>
background-color css
<style>
a { background-color: #F55BDB; }
a { background-color: rgb(245,91,219); }
div.DivClassName
{
background-color: #F55BDB;
}
.BgClassName
{
background-color: #F55BDB;
}
</style>
border-color css
<style>
span { border-color: #F55BDB; }
span { border-color: rgb(245,91,219); }
td.TdClassName
{
border-color: #F55BDB;
}
.TagClassName
{
border-color: #F55BDB;
}
</style>