Html Css Color HEX #F155E7 Free Speech Magenta
📋 copy color: '#F155E7'red 241 ◦ green 85 ◦ blue 231
Shades of Free Speech Magenta #F155E7
Tints of Free Speech Magenta #F155E7
RGB
CMYK
RGB Variations
Color information
#F155E7 (or 0xF155E7) is known color: Free Speech Magenta. HEX triplet: F1, 55 and E7. RGB value is (241,85,231). Sum of RGB (Red+Green+Blue) = 241+85+231=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 85 (33.59% from 255 or 15.26% from 557); Blue value is 231 (90.62% from 255 or 41.47% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F155E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F155E7 is #0EAA18. Grayscale: #939393. Windows color (decimal): -961049 or 15160817. OLE color: 15160817.
HSL color Cylindrical-coordinate representation of color #F155E7: hue angle of 303.85º 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 #F155E7 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 231 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.05 |
| HSL | 303.85º | 0.85% | 0.64% | - |
| HSV(B) | 303.85º | 0.65% | 0.95% | - |
| XYZ | 53.95 | 30.97 | 78.74 | - |
| YUV | 148.29 | 174.68 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 231 | 0 | 0.65 | 0.04 | 0.05 | 303.85 | 0.85 | 0.64 |
| Hex | F1 | 55 | E7 | 0 | 41 | 4 | 5 | 130 | 55 | 40 |
| Octal | 361 | 125 | 347 | 0 | 101 | 4 | 5 | 460 | 125 | 100 |
| Binary | 11110001 | 1010101 | 11100111 | 0 | 1000001 | 100 | 101 | 100110000 | 1010101 | 1000000 |
Color Harmonies of #F155E7
Complementary color
Monochromatic Colors of #F155E7
Black with #F155E7
Text Example
Text Example
White with #F155E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F155E7; }
p { color: rgb(241,85,231); }
H1.HeaderClassName
{
color: #F155E7;
}
.AnyTagClassName
{
color: #F155E7;
}
</style>
background-color css
<style>
a { background-color: #F155E7; }
a { background-color: rgb(241,85,231); }
div.DivClassName
{
background-color: #F155E7;
}
.BgClassName
{
background-color: #F155E7;
}
</style>
border-color css
<style>
span { border-color: #F155E7; }
span { border-color: rgb(241,85,231); }
td.TdClassName
{
border-color: #F155E7;
}
.TagClassName
{
border-color: #F155E7;
}
</style>