Html Css Color HEX #F158D1 Free Speech Magenta
📋 copy color: '#F158D1'red 241 ◦ green 88 ◦ blue 209
Shades of Free Speech Magenta #F158D1
Tints of Free Speech Magenta #F158D1
RGB
CMYK
RGB Variations
Color information
#F158D1 (or 0xF158D1) is known color: Free Speech Magenta. HEX triplet: F1, 58 and D1. RGB value is (241,88,209). Sum of RGB (Red+Green+Blue) = 241+88+209=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 88 (34.77% from 255 or 16.36% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F158D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F158D1 is #0EA72E. Grayscale: #939393. Windows color (decimal): -960303 or 13719793. OLE color: 13719793.
HSL color Cylindrical-coordinate representation of color #F158D1: hue angle of 312.55º degrees, saturation: 0.85, 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 #F158D1 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 88 | 209 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.05 |
| HSL | 312.55º | 0.85% | 0.65% | - |
| HSV(B) | 312.55º | 0.63% | 0.95% | - |
| XYZ | 51.27 | 30.28 | 63.46 | - |
| YUV | 147.54 | 162.69 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 88 | 209 | 0 | 0.63 | 0.13 | 0.05 | 312.55 | 0.85 | 0.65 |
| Hex | F1 | 58 | D1 | 0 | 3F | D | 5 | 139 | 55 | 41 |
| Octal | 361 | 130 | 321 | 0 | 77 | 15 | 5 | 471 | 125 | 101 |
| Binary | 11110001 | 1011000 | 11010001 | 0 | 111111 | 1101 | 101 | 100111001 | 1010101 | 1000001 |
Color Harmonies of #F158D1
Complementary color
Monochromatic Colors of #F158D1
Black with #F158D1
Text Example
Text Example
White with #F158D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F158D1; }
p { color: rgb(241,88,209); }
H1.HeaderClassName
{
color: #F158D1;
}
.AnyTagClassName
{
color: #F158D1;
}
</style>
background-color css
<style>
a { background-color: #F158D1; }
a { background-color: rgb(241,88,209); }
div.DivClassName
{
background-color: #F158D1;
}
.BgClassName
{
background-color: #F158D1;
}
</style>
border-color css
<style>
span { border-color: #F158D1; }
span { border-color: rgb(241,88,209); }
td.TdClassName
{
border-color: #F158D1;
}
.TagClassName
{
border-color: #F158D1;
}
</style>