Html Css Color HEX #F155DF Free Speech Magenta
📋 copy color: '#F155DF'red 241 ◦ green 85 ◦ blue 223
Shades of Free Speech Magenta #F155DF
Tints of Free Speech Magenta #F155DF
RGB
CMYK
RGB Variations
Color information
#F155DF (or 0xF155DF) is known color: Free Speech Magenta. HEX triplet: F1, 55 and DF. RGB value is (241,85,223). Sum of RGB (Red+Green+Blue) = 241+85+223=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 85 (33.59% from 255 or 15.48% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F155DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F155DF is #0EAA20. Grayscale: #929292. Windows color (decimal): -961057 or 14636529. OLE color: 14636529.
HSL color Cylindrical-coordinate representation of color #F155DF: hue angle of 306.92º 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 #F155DF is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 223 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.05 |
| HSL | 306.92º | 0.85% | 0.64% | - |
| HSV(B) | 306.92º | 0.65% | 0.95% | - |
| XYZ | 52.84 | 30.53 | 72.92 | - |
| YUV | 147.38 | 170.68 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 223 | 0 | 0.65 | 0.07 | 0.05 | 306.92 | 0.85 | 0.64 |
| Hex | F1 | 55 | DF | 0 | 41 | 7 | 5 | 133 | 55 | 40 |
| Octal | 361 | 125 | 337 | 0 | 101 | 7 | 5 | 463 | 125 | 100 |
| Binary | 11110001 | 1010101 | 11011111 | 0 | 1000001 | 111 | 101 | 100110011 | 1010101 | 1000000 |
Color Harmonies of #F155DF
Complementary color
Monochromatic Colors of #F155DF
Black with #F155DF
Text Example
Text Example
White with #F155DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F155DF; }
p { color: rgb(241,85,223); }
H1.HeaderClassName
{
color: #F155DF;
}
.AnyTagClassName
{
color: #F155DF;
}
</style>
background-color css
<style>
a { background-color: #F155DF; }
a { background-color: rgb(241,85,223); }
div.DivClassName
{
background-color: #F155DF;
}
.BgClassName
{
background-color: #F155DF;
}
</style>
border-color css
<style>
span { border-color: #F155DF; }
span { border-color: rgb(241,85,223); }
td.TdClassName
{
border-color: #F155DF;
}
.TagClassName
{
border-color: #F155DF;
}
</style>