Html Css Color HEX #F155D7 Free Speech Magenta
📋 copy color: '#F155D7'red 241 ◦ green 85 ◦ blue 215
Shades of Free Speech Magenta #F155D7
Tints of Free Speech Magenta #F155D7
RGB
CMYK
RGB Variations
Color information
#F155D7 (or 0xF155D7) is known color: Free Speech Magenta. HEX triplet: F1, 55 and D7. RGB value is (241,85,215). Sum of RGB (Red+Green+Blue) = 241+85+215=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 85 (33.59% from 255 or 15.71% from 541); Blue value is 215 (84.38% from 255 or 39.74% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F155D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F155D7 is #0EAA28. Grayscale: #929292. Windows color (decimal): -961065 or 14112241. OLE color: 14112241.
HSL color Cylindrical-coordinate representation of color #F155D7: hue angle of 310º 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 #F155D7 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 215 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.05 |
| HSL | 310º | 0.85% | 0.64% | - |
| HSV(B) | 310º | 0.65% | 0.95% | - |
| XYZ | 51.79 | 30.1 | 67.37 | - |
| YUV | 146.46 | 166.68 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 215 | 0 | 0.65 | 0.11 | 0.05 | 310 | 0.85 | 0.64 |
| Hex | F1 | 55 | D7 | 0 | 41 | B | 5 | 136 | 55 | 40 |
| Octal | 361 | 125 | 327 | 0 | 101 | 13 | 5 | 466 | 125 | 100 |
| Binary | 11110001 | 1010101 | 11010111 | 0 | 1000001 | 1011 | 101 | 100110110 | 1010101 | 1000000 |
Color Harmonies of #F155D7
Complementary color
Monochromatic Colors of #F155D7
Black with #F155D7
Text Example
Text Example
White with #F155D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F155D7; }
p { color: rgb(241,85,215); }
H1.HeaderClassName
{
color: #F155D7;
}
.AnyTagClassName
{
color: #F155D7;
}
</style>
background-color css
<style>
a { background-color: #F155D7; }
a { background-color: rgb(241,85,215); }
div.DivClassName
{
background-color: #F155D7;
}
.BgClassName
{
background-color: #F155D7;
}
</style>
border-color css
<style>
span { border-color: #F155D7; }
span { border-color: rgb(241,85,215); }
td.TdClassName
{
border-color: #F155D7;
}
.TagClassName
{
border-color: #F155D7;
}
</style>