Html Css Color HEX #F159E5 Free Speech Magenta
📋 copy color: '#F159E5'red 241 ◦ green 89 ◦ blue 229
Shades of Free Speech Magenta #F159E5
Tints of Free Speech Magenta #F159E5
RGB
CMYK
RGB Variations
Color information
#F159E5 (or 0xF159E5) is known color: Free Speech Magenta. HEX triplet: F1, 59 and E5. RGB value is (241,89,229). Sum of RGB (Red+Green+Blue) = 241+89+229=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 89 (35.16% from 255 or 15.92% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F159E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F159E5 is #0EA61A. Grayscale: #969696. Windows color (decimal): -960027 or 15030769. OLE color: 15030769.
HSL color Cylindrical-coordinate representation of color #F159E5: hue angle of 304.74º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F159E5 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 89 | 229 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.05 |
| HSL | 304.74º | 0.84% | 0.65% | - |
| HSV(B) | 304.74º | 0.63% | 0.95% | - |
| XYZ | 53.99 | 31.5 | 77.36 | - |
| YUV | 150.41 | 172.36 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 89 | 229 | 0 | 0.63 | 0.05 | 0.05 | 304.74 | 0.84 | 0.65 |
| Hex | F1 | 59 | E5 | 0 | 3F | 5 | 5 | 131 | 54 | 41 |
| Octal | 361 | 131 | 345 | 0 | 77 | 5 | 5 | 461 | 124 | 101 |
| Binary | 11110001 | 1011001 | 11100101 | 0 | 111111 | 101 | 101 | 100110001 | 1010100 | 1000001 |
Color Harmonies of #F159E5
Complementary color
Monochromatic Colors of #F159E5
Black with #F159E5
Text Example
Text Example
White with #F159E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F159E5; }
p { color: rgb(241,89,229); }
H1.HeaderClassName
{
color: #F159E5;
}
.AnyTagClassName
{
color: #F159E5;
}
</style>
background-color css
<style>
a { background-color: #F159E5; }
a { background-color: rgb(241,89,229); }
div.DivClassName
{
background-color: #F159E5;
}
.BgClassName
{
background-color: #F159E5;
}
</style>
border-color css
<style>
span { border-color: #F159E5; }
span { border-color: rgb(241,89,229); }
td.TdClassName
{
border-color: #F159E5;
}
.TagClassName
{
border-color: #F159E5;
}
</style>