Html Css Color HEX #F859D7 Free Speech Magenta
📋 copy color: '#F859D7'red 248 ◦ green 89 ◦ blue 215
Shades of Free Speech Magenta #F859D7
Tints of Free Speech Magenta #F859D7
RGB
CMYK
RGB Variations
Color information
#F859D7 (or 0xF859D7) is known color: Free Speech Magenta. HEX triplet: F8, 59 and D7. RGB value is (248,89,215). Sum of RGB (Red+Green+Blue) = 248+89+215=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 89 (35.16% from 255 or 16.12% from 552); Blue value is 215 (84.38% from 255 or 38.95% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F859D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F859D7 is #07A628. Grayscale: #969696. Windows color (decimal): -501289 or 14113272. OLE color: 14113272.
HSL color Cylindrical-coordinate representation of color #F859D7: hue angle of 312.45º 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 #F859D7 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 89 | 215 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.03 |
| HSL | 312.45º | 0.92% | 0.66% | - |
| HSV(B) | 312.45º | 0.64% | 0.97% | - |
| XYZ | 54.55 | 32.01 | 67.59 | - |
| YUV | 150.91 | 164.18 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 89 | 215 | 0 | 0.64 | 0.13 | 0.03 | 312.45 | 0.92 | 0.66 |
| Hex | F8 | 59 | D7 | 0 | 40 | D | 3 | 138 | 5C | 42 |
| Octal | 370 | 131 | 327 | 0 | 100 | 15 | 3 | 470 | 134 | 102 |
| Binary | 11111000 | 1011001 | 11010111 | 0 | 1000000 | 1101 | 11 | 100111000 | 1011100 | 1000010 |
Color Harmonies of #F859D7
Complementary color
Monochromatic Colors of #F859D7
Black with #F859D7
Text Example
Text Example
White with #F859D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F859D7; }
p { color: rgb(248,89,215); }
H1.HeaderClassName
{
color: #F859D7;
}
.AnyTagClassName
{
color: #F859D7;
}
</style>
background-color css
<style>
a { background-color: #F859D7; }
a { background-color: rgb(248,89,215); }
div.DivClassName
{
background-color: #F859D7;
}
.BgClassName
{
background-color: #F859D7;
}
</style>
border-color css
<style>
span { border-color: #F859D7; }
span { border-color: rgb(248,89,215); }
td.TdClassName
{
border-color: #F859D7;
}
.TagClassName
{
border-color: #F859D7;
}
</style>