Html Css Color HEX #F155DD Free Speech Magenta
📋 copy color: '#F155DD'red 241 ◦ green 85 ◦ blue 221
Shades of Free Speech Magenta #F155DD
Tints of Free Speech Magenta #F155DD
RGB
CMYK
RGB Variations
Color information
#F155DD (or 0xF155DD) is known color: Free Speech Magenta. HEX triplet: F1, 55 and DD. RGB value is (241,85,221). Sum of RGB (Red+Green+Blue) = 241+85+221=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 85 (33.59% from 255 or 15.54% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F155DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F155DD is #0EAA22. Grayscale: #929292. Windows color (decimal): -961059 or 14505457. OLE color: 14505457.
HSL color Cylindrical-coordinate representation of color #F155DD: hue angle of 307.69º 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 #F155DD is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 221 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.05 |
| HSL | 307.69º | 0.85% | 0.64% | - |
| HSV(B) | 307.69º | 0.65% | 0.95% | - |
| XYZ | 52.58 | 30.42 | 71.51 | - |
| YUV | 147.15 | 169.68 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 221 | 0 | 0.65 | 0.08 | 0.05 | 307.69 | 0.85 | 0.64 |
| Hex | F1 | 55 | DD | 0 | 41 | 8 | 5 | 134 | 55 | 40 |
| Octal | 361 | 125 | 335 | 0 | 101 | 10 | 5 | 464 | 125 | 100 |
| Binary | 11110001 | 1010101 | 11011101 | 0 | 1000001 | 1000 | 101 | 100110100 | 1010101 | 1000000 |
Color Harmonies of #F155DD
Complementary color
Monochromatic Colors of #F155DD
Black with #F155DD
Text Example
Text Example
White with #F155DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F155DD; }
p { color: rgb(241,85,221); }
H1.HeaderClassName
{
color: #F155DD;
}
.AnyTagClassName
{
color: #F155DD;
}
</style>
background-color css
<style>
a { background-color: #F155DD; }
a { background-color: rgb(241,85,221); }
div.DivClassName
{
background-color: #F155DD;
}
.BgClassName
{
background-color: #F155DD;
}
</style>
border-color css
<style>
span { border-color: #F155DD; }
span { border-color: rgb(241,85,221); }
td.TdClassName
{
border-color: #F155DD;
}
.TagClassName
{
border-color: #F155DD;
}
</style>