Html Css Color HEX #F155E6 Free Speech Magenta
📋 copy color: '#F155E6'red 241 ◦ green 85 ◦ blue 230
Shades of Free Speech Magenta #F155E6
Tints of Free Speech Magenta #F155E6
RGB
CMYK
RGB Variations
Color information
#F155E6 (or 0xF155E6) is known color: Free Speech Magenta. HEX triplet: F1, 55 and E6. RGB value is (241,85,230). Sum of RGB (Red+Green+Blue) = 241+85+230=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 85 (33.59% from 255 or 15.29% from 556); Blue value is 230 (90.23% from 255 or 41.37% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F155E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F155E6 is #0EAA19. Grayscale: #939393. Windows color (decimal): -961050 or 15095281. OLE color: 15095281.
HSL color Cylindrical-coordinate representation of color #F155E6: hue angle of 304.23º 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 #F155E6 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 230 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.05 |
| HSL | 304.23º | 0.85% | 0.64% | - |
| HSV(B) | 304.23º | 0.65% | 0.95% | - |
| XYZ | 53.81 | 30.91 | 77.99 | - |
| YUV | 148.17 | 174.18 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 230 | 0 | 0.65 | 0.05 | 0.05 | 304.23 | 0.85 | 0.64 |
| Hex | F1 | 55 | E6 | 0 | 41 | 5 | 5 | 130 | 55 | 40 |
| Octal | 361 | 125 | 346 | 0 | 101 | 5 | 5 | 460 | 125 | 100 |
| Binary | 11110001 | 1010101 | 11100110 | 0 | 1000001 | 101 | 101 | 100110000 | 1010101 | 1000000 |
Color Harmonies of #F155E6
Complementary color
Monochromatic Colors of #F155E6
Black with #F155E6
Text Example
Text Example
White with #F155E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F155E6; }
p { color: rgb(241,85,230); }
H1.HeaderClassName
{
color: #F155E6;
}
.AnyTagClassName
{
color: #F155E6;
}
</style>
background-color css
<style>
a { background-color: #F155E6; }
a { background-color: rgb(241,85,230); }
div.DivClassName
{
background-color: #F155E6;
}
.BgClassName
{
background-color: #F155E6;
}
</style>
border-color css
<style>
span { border-color: #F155E6; }
span { border-color: rgb(241,85,230); }
td.TdClassName
{
border-color: #F155E6;
}
.TagClassName
{
border-color: #F155E6;
}
</style>