Html Css Color HEX #F859DC Free Speech Magenta
📋 copy color: '#F859DC'red 248 ◦ green 89 ◦ blue 220
Shades of Free Speech Magenta #F859DC
Tints of Free Speech Magenta #F859DC
RGB
CMYK
RGB Variations
Color information
#F859DC (or 0xF859DC) is known color: Free Speech Magenta. HEX triplet: F8, 59 and DC. RGB value is (248,89,220). Sum of RGB (Red+Green+Blue) = 248+89+220=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 89 (35.16% from 255 or 15.98% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F859DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F859DC is #07A623. Grayscale: #979797. Windows color (decimal): -501284 or 14440952. OLE color: 14440952.
HSL color Cylindrical-coordinate representation of color #F859DC: hue angle of 310.57º 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 #F859DC is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 89 | 220 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.03 |
| HSL | 310.57º | 0.92% | 0.66% | - |
| HSV(B) | 310.57º | 0.64% | 0.97% | - |
| XYZ | 55.2 | 32.27 | 71.03 | - |
| YUV | 151.48 | 166.68 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 89 | 220 | 0 | 0.64 | 0.11 | 0.03 | 310.57 | 0.92 | 0.66 |
| Hex | F8 | 59 | DC | 0 | 40 | B | 3 | 137 | 5C | 42 |
| Octal | 370 | 131 | 334 | 0 | 100 | 13 | 3 | 467 | 134 | 102 |
| Binary | 11111000 | 1011001 | 11011100 | 0 | 1000000 | 1011 | 11 | 100110111 | 1011100 | 1000010 |
Color Harmonies of #F859DC
Complementary color
Monochromatic Colors of #F859DC
Black with #F859DC
Text Example
Text Example
White with #F859DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F859DC; }
p { color: rgb(248,89,220); }
H1.HeaderClassName
{
color: #F859DC;
}
.AnyTagClassName
{
color: #F859DC;
}
</style>
background-color css
<style>
a { background-color: #F859DC; }
a { background-color: rgb(248,89,220); }
div.DivClassName
{
background-color: #F859DC;
}
.BgClassName
{
background-color: #F859DC;
}
</style>
border-color css
<style>
span { border-color: #F859DC; }
span { border-color: rgb(248,89,220); }
td.TdClassName
{
border-color: #F859DC;
}
.TagClassName
{
border-color: #F859DC;
}
</style>