Html Css Color HEX #F155D8 Free Speech Magenta
📋 copy color: '#F155D8'red 241 ◦ green 85 ◦ blue 216
Shades of Free Speech Magenta #F155D8
Tints of Free Speech Magenta #F155D8
RGB
CMYK
RGB Variations
Color information
#F155D8 (or 0xF155D8) is known color: Free Speech Magenta. HEX triplet: F1, 55 and D8. RGB value is (241,85,216). Sum of RGB (Red+Green+Blue) = 241+85+216=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 85 (33.59% from 255 or 15.68% from 542); Blue value is 216 (84.77% from 255 or 39.85% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F155D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F155D8 is #0EAA27. Grayscale: #929292. Windows color (decimal): -961064 or 14177777. OLE color: 14177777.
HSL color Cylindrical-coordinate representation of color #F155D8: hue angle of 309.62º 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 #F155D8 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 216 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.05 |
| HSL | 309.62º | 0.85% | 0.64% | - |
| HSV(B) | 309.62º | 0.65% | 0.95% | - |
| XYZ | 51.92 | 30.16 | 68.05 | - |
| YUV | 146.58 | 167.18 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 216 | 0 | 0.65 | 0.10 | 0.05 | 309.62 | 0.85 | 0.64 |
| Hex | F1 | 55 | D8 | 0 | 41 | A | 5 | 136 | 55 | 40 |
| Octal | 361 | 125 | 330 | 0 | 101 | 12 | 5 | 466 | 125 | 100 |
| Binary | 11110001 | 1010101 | 11011000 | 0 | 1000001 | 1010 | 101 | 100110110 | 1010101 | 1000000 |
Color Harmonies of #F155D8
Complementary color
Monochromatic Colors of #F155D8
Black with #F155D8
Text Example
Text Example
White with #F155D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F155D8; }
p { color: rgb(241,85,216); }
H1.HeaderClassName
{
color: #F155D8;
}
.AnyTagClassName
{
color: #F155D8;
}
</style>
background-color css
<style>
a { background-color: #F155D8; }
a { background-color: rgb(241,85,216); }
div.DivClassName
{
background-color: #F155D8;
}
.BgClassName
{
background-color: #F155D8;
}
</style>
border-color css
<style>
span { border-color: #F155D8; }
span { border-color: rgb(241,85,216); }
td.TdClassName
{
border-color: #F155D8;
}
.TagClassName
{
border-color: #F155D8;
}
</style>