Html Css Color HEX #F858DB Free Speech Magenta
📋 copy color: '#F858DB'red 248 ◦ green 88 ◦ blue 219
Shades of Free Speech Magenta #F858DB
Tints of Free Speech Magenta #F858DB
RGB
CMYK
RGB Variations
Color information
#F858DB (or 0xF858DB) is known color: Free Speech Magenta. HEX triplet: F8, 58 and DB. RGB value is (248,88,219). Sum of RGB (Red+Green+Blue) = 248+88+219=555 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.68% from 555); Green value is 88 (34.77% from 255 or 15.86% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 248 - color contains mainly: red. Hex color #F858DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F858DB is #07A724. Grayscale: #969696. Windows color (decimal): -501541 or 14375160. OLE color: 14375160.
HSL color Cylindrical-coordinate representation of color #F858DB: hue angle of 310.88º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F858DB is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 88 | 219 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.03 |
| HSL | 310.88º | 0.92% | 0.66% | - |
| HSV(B) | 310.88º | 0.65% | 0.97% | - |
| XYZ | 54.99 | 32.05 | 70.31 | - |
| YUV | 150.77 | 166.51 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 88 | 219 | 0 | 0.65 | 0.12 | 0.03 | 310.88 | 0.92 | 0.66 |
| Hex | F8 | 58 | DB | 0 | 41 | C | 3 | 137 | 5C | 42 |
| Octal | 370 | 130 | 333 | 0 | 101 | 14 | 3 | 467 | 134 | 102 |
| Binary | 11111000 | 1011000 | 11011011 | 0 | 1000001 | 1100 | 11 | 100110111 | 1011100 | 1000010 |
Color Harmonies of #F858DB
Complementary color
Monochromatic Colors of #F858DB
Black with #F858DB
Text Example
Text Example
White with #F858DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F858DB; }
p { color: rgb(248,88,219); }
H1.HeaderClassName
{
color: #F858DB;
}
.AnyTagClassName
{
color: #F858DB;
}
</style>
background-color css
<style>
a { background-color: #F858DB; }
a { background-color: rgb(248,88,219); }
div.DivClassName
{
background-color: #F858DB;
}
.BgClassName
{
background-color: #F858DB;
}
</style>
border-color css
<style>
span { border-color: #F858DB; }
span { border-color: rgb(248,88,219); }
td.TdClassName
{
border-color: #F858DB;
}
.TagClassName
{
border-color: #F858DB;
}
</style>