Html Css Color HEX #F155D1 Free Speech Magenta
📋 copy color: '#F155D1'red 241 ◦ green 85 ◦ blue 209
Shades of Free Speech Magenta #F155D1
Tints of Free Speech Magenta #F155D1
RGB
CMYK
RGB Variations
Color information
#F155D1 (or 0xF155D1) is known color: Free Speech Magenta. HEX triplet: F1, 55 and D1. RGB value is (241,85,209). Sum of RGB (Red+Green+Blue) = 241+85+209=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 85 (33.59% from 255 or 15.89% from 535); Blue value is 209 (82.03% from 255 or 39.07% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F155D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F155D1 is #0EAA2E. Grayscale: #919191. Windows color (decimal): -961071 or 13719025. OLE color: 13719025.
HSL color Cylindrical-coordinate representation of color #F155D1: hue angle of 312.31º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F155D1 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 209 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.05 |
| HSL | 312.31º | 0.85% | 0.64% | - |
| HSV(B) | 312.31º | 0.65% | 0.95% | - |
| XYZ | 51.03 | 29.8 | 63.38 | - |
| YUV | 145.78 | 163.68 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 209 | 0 | 0.65 | 0.13 | 0.05 | 312.31 | 0.85 | 0.64 |
| Hex | F1 | 55 | D1 | 0 | 41 | D | 5 | 138 | 55 | 40 |
| Octal | 361 | 125 | 321 | 0 | 101 | 15 | 5 | 470 | 125 | 100 |
| Binary | 11110001 | 1010101 | 11010001 | 0 | 1000001 | 1101 | 101 | 100111000 | 1010101 | 1000000 |
Color Harmonies of #F155D1
Complementary color
Monochromatic Colors of #F155D1
Black with #F155D1
Text Example
Text Example
White with #F155D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F155D1; }
p { color: rgb(241,85,209); }
H1.HeaderClassName
{
color: #F155D1;
}
.AnyTagClassName
{
color: #F155D1;
}
</style>
background-color css
<style>
a { background-color: #F155D1; }
a { background-color: rgb(241,85,209); }
div.DivClassName
{
background-color: #F155D1;
}
.BgClassName
{
background-color: #F155D1;
}
</style>
border-color css
<style>
span { border-color: #F155D1; }
span { border-color: rgb(241,85,209); }
td.TdClassName
{
border-color: #F155D1;
}
.TagClassName
{
border-color: #F155D1;
}
</style>