Html Css Color HEX #F856DB Free Speech Magenta
📋 copy color: '#F856DB'red 248 ◦ green 86 ◦ blue 219
Shades of Free Speech Magenta #F856DB
Tints of Free Speech Magenta #F856DB
RGB
CMYK
RGB Variations
Color information
#F856DB (or 0xF856DB) is known color: Free Speech Magenta. HEX triplet: F8, 56 and DB. RGB value is (248,86,219). Sum of RGB (Red+Green+Blue) = 248+86+219=553 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.85% from 553); Green value is 86 (33.98% from 255 or 15.55% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 248 - color contains mainly: red. Hex color #F856DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F856DB is #07A924. Grayscale: #959595. Windows color (decimal): -502053 or 14374648. OLE color: 14374648.
HSL color Cylindrical-coordinate representation of color #F856DB: hue angle of 310.74º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F856DB is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 86 | 219 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.03 |
| HSL | 310.74º | 0.92% | 0.65% | - |
| HSV(B) | 310.74º | 0.65% | 0.97% | - |
| XYZ | 54.83 | 31.73 | 70.25 | - |
| YUV | 149.6 | 167.17 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 86 | 219 | 0 | 0.65 | 0.12 | 0.03 | 310.74 | 0.92 | 0.65 |
| Hex | F8 | 56 | DB | 0 | 41 | C | 3 | 137 | 5C | 41 |
| Octal | 370 | 126 | 333 | 0 | 101 | 14 | 3 | 467 | 134 | 101 |
| Binary | 11111000 | 1010110 | 11011011 | 0 | 1000001 | 1100 | 11 | 100110111 | 1011100 | 1000001 |
Color Harmonies of #F856DB
Complementary color
Monochromatic Colors of #F856DB
Black with #F856DB
Text Example
Text Example
White with #F856DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F856DB; }
p { color: rgb(248,86,219); }
H1.HeaderClassName
{
color: #F856DB;
}
.AnyTagClassName
{
color: #F856DB;
}
</style>
background-color css
<style>
a { background-color: #F856DB; }
a { background-color: rgb(248,86,219); }
div.DivClassName
{
background-color: #F856DB;
}
.BgClassName
{
background-color: #F856DB;
}
</style>
border-color css
<style>
span { border-color: #F856DB; }
span { border-color: rgb(248,86,219); }
td.TdClassName
{
border-color: #F856DB;
}
.TagClassName
{
border-color: #F856DB;
}
</style>