Html Css Color HEX #F156D0 Free Speech Magenta
📋 copy color: '#F156D0'red 241 ◦ green 86 ◦ blue 208
Shades of Free Speech Magenta #F156D0
Tints of Free Speech Magenta #F156D0
RGB
CMYK
RGB Variations
Color information
#F156D0 (or 0xF156D0) is known color: Free Speech Magenta. HEX triplet: F1, 56 and D0. RGB value is (241,86,208). Sum of RGB (Red+Green+Blue) = 241+86+208=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 86 (33.98% from 255 or 16.07% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F156D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F156D0 is #0EA92F. Grayscale: #919191. Windows color (decimal): -960816 or 13653745. OLE color: 13653745.
HSL color Cylindrical-coordinate representation of color #F156D0: hue angle of 312.77º 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 #F156D0 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 86 | 208 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.05 |
| HSL | 312.77º | 0.85% | 0.64% | - |
| HSV(B) | 312.77º | 0.64% | 0.95% | - |
| XYZ | 50.99 | 29.91 | 62.76 | - |
| YUV | 146.25 | 162.85 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 86 | 208 | 0 | 0.64 | 0.14 | 0.05 | 312.77 | 0.85 | 0.64 |
| Hex | F1 | 56 | D0 | 0 | 40 | E | 5 | 139 | 55 | 40 |
| Octal | 361 | 126 | 320 | 0 | 100 | 16 | 5 | 471 | 125 | 100 |
| Binary | 11110001 | 1010110 | 11010000 | 0 | 1000000 | 1110 | 101 | 100111001 | 1010101 | 1000000 |
Color Harmonies of #F156D0
Complementary color
Monochromatic Colors of #F156D0
Black with #F156D0
Text Example
Text Example
White with #F156D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F156D0; }
p { color: rgb(241,86,208); }
H1.HeaderClassName
{
color: #F156D0;
}
.AnyTagClassName
{
color: #F156D0;
}
</style>
background-color css
<style>
a { background-color: #F156D0; }
a { background-color: rgb(241,86,208); }
div.DivClassName
{
background-color: #F156D0;
}
.BgClassName
{
background-color: #F156D0;
}
</style>
border-color css
<style>
span { border-color: #F156D0; }
span { border-color: rgb(241,86,208); }
td.TdClassName
{
border-color: #F156D0;
}
.TagClassName
{
border-color: #F156D0;
}
</style>