Html Css Color HEX #F155C7 Free Speech Magenta
📋 copy color: '#F155C7'red 241 ◦ green 85 ◦ blue 199
Shades of Free Speech Magenta #F155C7
Tints of Free Speech Magenta #F155C7
RGB
CMYK
RGB Variations
Color information
#F155C7 (or 0xF155C7) is known color: Free Speech Magenta. HEX triplet: F1, 55 and C7. RGB value is (241,85,199). Sum of RGB (Red+Green+Blue) = 241+85+199=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 85 (33.59% from 255 or 16.19% from 525); Blue value is 199 (78.12% from 255 or 37.90% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F155C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F155C7 is #0EAA38. Grayscale: #909090. Windows color (decimal): -961081 or 13063665. OLE color: 13063665.
HSL color Cylindrical-coordinate representation of color #F155C7: hue angle of 316.15º 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 #F155C7 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 199 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.05 |
| HSL | 316.15º | 0.85% | 0.64% | - |
| HSV(B) | 316.15º | 0.65% | 0.95% | - |
| XYZ | 49.83 | 29.32 | 57.07 | - |
| YUV | 144.64 | 158.68 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 199 | 0 | 0.65 | 0.17 | 0.05 | 316.15 | 0.85 | 0.64 |
| Hex | F1 | 55 | C7 | 0 | 41 | 11 | 5 | 13C | 55 | 40 |
| Octal | 361 | 125 | 307 | 0 | 101 | 21 | 5 | 474 | 125 | 100 |
| Binary | 11110001 | 1010101 | 11000111 | 0 | 1000001 | 10001 | 101 | 100111100 | 1010101 | 1000000 |
Color Harmonies of #F155C7
Complementary color
Monochromatic Colors of #F155C7
Black with #F155C7
Text Example
Text Example
White with #F155C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F155C7; }
p { color: rgb(241,85,199); }
H1.HeaderClassName
{
color: #F155C7;
}
.AnyTagClassName
{
color: #F155C7;
}
</style>
background-color css
<style>
a { background-color: #F155C7; }
a { background-color: rgb(241,85,199); }
div.DivClassName
{
background-color: #F155C7;
}
.BgClassName
{
background-color: #F155C7;
}
</style>
border-color css
<style>
span { border-color: #F155C7; }
span { border-color: rgb(241,85,199); }
td.TdClassName
{
border-color: #F155C7;
}
.TagClassName
{
border-color: #F155C7;
}
</style>