Html Css Color HEX #F859E2 Free Speech Magenta
📋 copy color: '#F859E2'red 248 ◦ green 89 ◦ blue 226
Shades of Free Speech Magenta #F859E2
Tints of Free Speech Magenta #F859E2
RGB
CMYK
RGB Variations
Color information
#F859E2 (or 0xF859E2) is known color: Free Speech Magenta. HEX triplet: F8, 59 and E2. RGB value is (248,89,226). Sum of RGB (Red+Green+Blue) = 248+89+226=563 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.05% from 563); Green value is 89 (35.16% from 255 or 15.81% from 563); Blue value is 226 (88.67% from 255 or 40.14% from 563); Max value from RGB is 248 - color contains mainly: red. Hex color #F859E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F859E2 is #07A61D. Grayscale: #979797. Windows color (decimal): -501278 or 14834168. OLE color: 14834168.
HSL color Cylindrical-coordinate representation of color #F859E2: hue angle of 308.3º 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 #F859E2 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 89 | 226 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.03 |
| HSL | 308.3º | 0.92% | 0.66% | - |
| HSV(B) | 308.3º | 0.64% | 0.97% | - |
| XYZ | 56.01 | 32.59 | 75.29 | - |
| YUV | 152.16 | 169.68 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 89 | 226 | 0 | 0.64 | 0.09 | 0.03 | 308.3 | 0.92 | 0.66 |
| Hex | F8 | 59 | E2 | 0 | 40 | 9 | 3 | 134 | 5C | 42 |
| Octal | 370 | 131 | 342 | 0 | 100 | 11 | 3 | 464 | 134 | 102 |
| Binary | 11111000 | 1011001 | 11100010 | 0 | 1000000 | 1001 | 11 | 100110100 | 1011100 | 1000010 |
Color Harmonies of #F859E2
Complementary color
Monochromatic Colors of #F859E2
Black with #F859E2
Text Example
Text Example
White with #F859E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F859E2; }
p { color: rgb(248,89,226); }
H1.HeaderClassName
{
color: #F859E2;
}
.AnyTagClassName
{
color: #F859E2;
}
</style>
background-color css
<style>
a { background-color: #F859E2; }
a { background-color: rgb(248,89,226); }
div.DivClassName
{
background-color: #F859E2;
}
.BgClassName
{
background-color: #F859E2;
}
</style>
border-color css
<style>
span { border-color: #F859E2; }
span { border-color: rgb(248,89,226); }
td.TdClassName
{
border-color: #F859E2;
}
.TagClassName
{
border-color: #F859E2;
}
</style>