Html Css Color HEX #F159DF Free Speech Magenta
📋 copy color: '#F159DF'red 241 ◦ green 89 ◦ blue 223
Shades of Free Speech Magenta #F159DF
Tints of Free Speech Magenta #F159DF
RGB
CMYK
RGB Variations
Color information
#F159DF (or 0xF159DF) is known color: Free Speech Magenta. HEX triplet: F1, 59 and DF. RGB value is (241,89,223). Sum of RGB (Red+Green+Blue) = 241+89+223=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 89 (35.16% from 255 or 16.09% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F159DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F159DF is #0EA620. Grayscale: #959595. Windows color (decimal): -960033 or 14637553. OLE color: 14637553.
HSL color Cylindrical-coordinate representation of color #F159DF: hue angle of 307.11º 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 #F159DF is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 89 | 223 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.05 |
| HSL | 307.11º | 0.84% | 0.65% | - |
| HSV(B) | 307.11º | 0.63% | 0.95% | - |
| XYZ | 53.17 | 31.17 | 73.03 | - |
| YUV | 149.72 | 169.36 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 89 | 223 | 0 | 0.63 | 0.07 | 0.05 | 307.11 | 0.84 | 0.65 |
| Hex | F1 | 59 | DF | 0 | 3F | 7 | 5 | 133 | 54 | 41 |
| Octal | 361 | 131 | 337 | 0 | 77 | 7 | 5 | 463 | 124 | 101 |
| Binary | 11110001 | 1011001 | 11011111 | 0 | 111111 | 111 | 101 | 100110011 | 1010100 | 1000001 |
Color Harmonies of #F159DF
Complementary color
Monochromatic Colors of #F159DF
Black with #F159DF
Text Example
Text Example
White with #F159DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F159DF; }
p { color: rgb(241,89,223); }
H1.HeaderClassName
{
color: #F159DF;
}
.AnyTagClassName
{
color: #F159DF;
}
</style>
background-color css
<style>
a { background-color: #F159DF; }
a { background-color: rgb(241,89,223); }
div.DivClassName
{
background-color: #F159DF;
}
.BgClassName
{
background-color: #F159DF;
}
</style>
border-color css
<style>
span { border-color: #F159DF; }
span { border-color: rgb(241,89,223); }
td.TdClassName
{
border-color: #F159DF;
}
.TagClassName
{
border-color: #F159DF;
}
</style>