Html Css Color HEX #F85BDB Free Speech Magenta
📋 copy color: '#F85BDB'red 248 ◦ green 91 ◦ blue 219
Shades of Free Speech Magenta #F85BDB
Tints of Free Speech Magenta #F85BDB
RGB
CMYK
RGB Variations
Color information
#F85BDB (or 0xF85BDB) is known color: Free Speech Magenta. HEX triplet: F8, 5B and DB. RGB value is (248,91,219). Sum of RGB (Red+Green+Blue) = 248+91+219=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 91 (35.94% from 255 or 16.31% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 248 - color contains mainly: red. Hex color #F85BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85BDB is #07A424. Grayscale: #989898. Windows color (decimal): -500773 or 14375928. OLE color: 14375928.
HSL color Cylindrical-coordinate representation of color #F85BDB: hue angle of 311.08º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F85BDB is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 91 | 219 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.03 |
| HSL | 311.08º | 0.92% | 0.66% | - |
| HSV(B) | 311.08º | 0.63% | 0.97% | - |
| XYZ | 55.24 | 32.55 | 70.39 | - |
| YUV | 152.54 | 165.51 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 91 | 219 | 0 | 0.63 | 0.12 | 0.03 | 311.08 | 0.92 | 0.66 |
| Hex | F8 | 5B | DB | 0 | 3F | C | 3 | 137 | 5C | 42 |
| Octal | 370 | 133 | 333 | 0 | 77 | 14 | 3 | 467 | 134 | 102 |
| Binary | 11111000 | 1011011 | 11011011 | 0 | 111111 | 1100 | 11 | 100110111 | 1011100 | 1000010 |
Color Harmonies of #F85BDB
Complementary color
Monochromatic Colors of #F85BDB
Black with #F85BDB
Text Example
Text Example
White with #F85BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85BDB; }
p { color: rgb(248,91,219); }
H1.HeaderClassName
{
color: #F85BDB;
}
.AnyTagClassName
{
color: #F85BDB;
}
</style>
background-color css
<style>
a { background-color: #F85BDB; }
a { background-color: rgb(248,91,219); }
div.DivClassName
{
background-color: #F85BDB;
}
.BgClassName
{
background-color: #F85BDB;
}
</style>
border-color css
<style>
span { border-color: #F85BDB; }
span { border-color: rgb(248,91,219); }
td.TdClassName
{
border-color: #F85BDB;
}
.TagClassName
{
border-color: #F85BDB;
}
</style>