Html Css Color HEX #F859DB Free Speech Magenta
📋 copy color: '#F859DB'red 248 ◦ green 89 ◦ blue 219
Shades of Free Speech Magenta #F859DB
Tints of Free Speech Magenta #F859DB
RGB
CMYK
RGB Variations
Color information
#F859DB (or 0xF859DB) is known color: Free Speech Magenta. HEX triplet: F8, 59 and DB. RGB value is (248,89,219). Sum of RGB (Red+Green+Blue) = 248+89+219=556 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.60% from 556); Green value is 89 (35.16% from 255 or 16.01% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 248 - color contains mainly: red. Hex color #F859DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F859DB is #07A624. Grayscale: #979797. Windows color (decimal): -501285 or 14375416. OLE color: 14375416.
HSL color Cylindrical-coordinate representation of color #F859DB: hue angle of 310.94º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F859DB is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 89 | 219 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.03 |
| HSL | 310.94º | 0.92% | 0.66% | - |
| HSV(B) | 310.94º | 0.64% | 0.97% | - |
| XYZ | 55.07 | 32.22 | 70.33 | - |
| YUV | 151.36 | 166.18 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 89 | 219 | 0 | 0.64 | 0.12 | 0.03 | 310.94 | 0.92 | 0.66 |
| Hex | F8 | 59 | DB | 0 | 40 | C | 3 | 137 | 5C | 42 |
| Octal | 370 | 131 | 333 | 0 | 100 | 14 | 3 | 467 | 134 | 102 |
| Binary | 11111000 | 1011001 | 11011011 | 0 | 1000000 | 1100 | 11 | 100110111 | 1011100 | 1000010 |
Color Harmonies of #F859DB
Complementary color
Monochromatic Colors of #F859DB
Black with #F859DB
Text Example
Text Example
White with #F859DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F859DB; }
p { color: rgb(248,89,219); }
H1.HeaderClassName
{
color: #F859DB;
}
.AnyTagClassName
{
color: #F859DB;
}
</style>
background-color css
<style>
a { background-color: #F859DB; }
a { background-color: rgb(248,89,219); }
div.DivClassName
{
background-color: #F859DB;
}
.BgClassName
{
background-color: #F859DB;
}
</style>
border-color css
<style>
span { border-color: #F859DB; }
span { border-color: rgb(248,89,219); }
td.TdClassName
{
border-color: #F859DB;
}
.TagClassName
{
border-color: #F859DB;
}
</style>