Html Css Color HEX #F859E5 Free Speech Magenta
📋 copy color: '#F859E5'red 248 ◦ green 89 ◦ blue 229
Shades of Free Speech Magenta #F859E5
Tints of Free Speech Magenta #F859E5
RGB
CMYK
RGB Variations
Color information
#F859E5 (or 0xF859E5) is known color: Free Speech Magenta. HEX triplet: F8, 59 and E5. RGB value is (248,89,229). Sum of RGB (Red+Green+Blue) = 248+89+229=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 89 (35.16% from 255 or 15.72% from 566); Blue value is 229 (89.84% from 255 or 40.46% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F859E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F859E5 is #07A61A. Grayscale: #989898. Windows color (decimal): -501275 or 15030776. OLE color: 15030776.
HSL color Cylindrical-coordinate representation of color #F859E5: hue angle of 307.17º 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 #F859E5 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 89 | 229 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.03 |
| HSL | 307.17º | 0.92% | 0.66% | - |
| HSV(B) | 307.17º | 0.64% | 0.97% | - |
| XYZ | 56.43 | 32.76 | 77.48 | - |
| YUV | 152.5 | 171.18 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 89 | 229 | 0 | 0.64 | 0.08 | 0.03 | 307.17 | 0.92 | 0.66 |
| Hex | F8 | 59 | E5 | 0 | 40 | 8 | 3 | 133 | 5C | 42 |
| Octal | 370 | 131 | 345 | 0 | 100 | 10 | 3 | 463 | 134 | 102 |
| Binary | 11111000 | 1011001 | 11100101 | 0 | 1000000 | 1000 | 11 | 100110011 | 1011100 | 1000010 |
Color Harmonies of #F859E5
Complementary color
Monochromatic Colors of #F859E5
Black with #F859E5
Text Example
Text Example
White with #F859E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F859E5; }
p { color: rgb(248,89,229); }
H1.HeaderClassName
{
color: #F859E5;
}
.AnyTagClassName
{
color: #F859E5;
}
</style>
background-color css
<style>
a { background-color: #F859E5; }
a { background-color: rgb(248,89,229); }
div.DivClassName
{
background-color: #F859E5;
}
.BgClassName
{
background-color: #F859E5;
}
</style>
border-color css
<style>
span { border-color: #F859E5; }
span { border-color: rgb(248,89,229); }
td.TdClassName
{
border-color: #F859E5;
}
.TagClassName
{
border-color: #F859E5;
}
</style>