Html Css Color HEX #F159E1 Free Speech Magenta
📋 copy color: '#F159E1'red 241 ◦ green 89 ◦ blue 225
Shades of Free Speech Magenta #F159E1
Tints of Free Speech Magenta #F159E1
RGB
CMYK
RGB Variations
Color information
#F159E1 (or 0xF159E1) is known color: Free Speech Magenta. HEX triplet: F1, 59 and E1. RGB value is (241,89,225). Sum of RGB (Red+Green+Blue) = 241+89+225=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 89 (35.16% from 255 or 16.04% from 555); Blue value is 225 (88.28% from 255 or 40.54% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F159E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F159E1 is #0EA61E. Grayscale: #959595. Windows color (decimal): -960031 or 14768625. OLE color: 14768625.
HSL color Cylindrical-coordinate representation of color #F159E1: hue angle of 306.32º 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 #F159E1 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 89 | 225 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.05 |
| HSL | 306.32º | 0.84% | 0.65% | - |
| HSV(B) | 306.32º | 0.63% | 0.95% | - |
| XYZ | 53.44 | 31.28 | 74.46 | - |
| YUV | 149.95 | 170.36 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 89 | 225 | 0 | 0.63 | 0.07 | 0.05 | 306.32 | 0.84 | 0.65 |
| Hex | F1 | 59 | E1 | 0 | 3F | 7 | 5 | 132 | 54 | 41 |
| Octal | 361 | 131 | 341 | 0 | 77 | 7 | 5 | 462 | 124 | 101 |
| Binary | 11110001 | 1011001 | 11100001 | 0 | 111111 | 111 | 101 | 100110010 | 1010100 | 1000001 |
Color Harmonies of #F159E1
Complementary color
Monochromatic Colors of #F159E1
Black with #F159E1
Text Example
Text Example
White with #F159E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F159E1; }
p { color: rgb(241,89,225); }
H1.HeaderClassName
{
color: #F159E1;
}
.AnyTagClassName
{
color: #F159E1;
}
</style>
background-color css
<style>
a { background-color: #F159E1; }
a { background-color: rgb(241,89,225); }
div.DivClassName
{
background-color: #F159E1;
}
.BgClassName
{
background-color: #F159E1;
}
</style>
border-color css
<style>
span { border-color: #F159E1; }
span { border-color: rgb(241,89,225); }
td.TdClassName
{
border-color: #F159E1;
}
.TagClassName
{
border-color: #F159E1;
}
</style>