Html Css Color HEX #F157D1 Free Speech Magenta
📋 copy color: '#F157D1'red 241 ◦ green 87 ◦ blue 209
Shades of Free Speech Magenta #F157D1
Tints of Free Speech Magenta #F157D1
RGB
CMYK
RGB Variations
Color information
#F157D1 (or 0xF157D1) is known color: Free Speech Magenta. HEX triplet: F1, 57 and D1. RGB value is (241,87,209). Sum of RGB (Red+Green+Blue) = 241+87+209=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 87 (34.38% from 255 or 16.20% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F157D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F157D1 is #0EA82E. Grayscale: #929292. Windows color (decimal): -960559 or 13719537. OLE color: 13719537.
HSL color Cylindrical-coordinate representation of color #F157D1: hue angle of 312.47º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F157D1 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 87 | 209 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.05 |
| HSL | 312.47º | 0.85% | 0.64% | - |
| HSV(B) | 312.47º | 0.64% | 0.95% | - |
| XYZ | 51.19 | 30.12 | 63.44 | - |
| YUV | 146.95 | 163.02 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 87 | 209 | 0 | 0.64 | 0.13 | 0.05 | 312.47 | 0.85 | 0.64 |
| Hex | F1 | 57 | D1 | 0 | 40 | D | 5 | 138 | 55 | 40 |
| Octal | 361 | 127 | 321 | 0 | 100 | 15 | 5 | 470 | 125 | 100 |
| Binary | 11110001 | 1010111 | 11010001 | 0 | 1000000 | 1101 | 101 | 100111000 | 1010101 | 1000000 |
Color Harmonies of #F157D1
Complementary color
Monochromatic Colors of #F157D1
Black with #F157D1
Text Example
Text Example
White with #F157D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F157D1; }
p { color: rgb(241,87,209); }
H1.HeaderClassName
{
color: #F157D1;
}
.AnyTagClassName
{
color: #F157D1;
}
</style>
background-color css
<style>
a { background-color: #F157D1; }
a { background-color: rgb(241,87,209); }
div.DivClassName
{
background-color: #F157D1;
}
.BgClassName
{
background-color: #F157D1;
}
</style>
border-color css
<style>
span { border-color: #F157D1; }
span { border-color: rgb(241,87,209); }
td.TdClassName
{
border-color: #F157D1;
}
.TagClassName
{
border-color: #F157D1;
}
</style>