Html Css Color HEX #F158C8 Free Speech Magenta
📋 copy color: '#F158C8'red 241 ◦ green 88 ◦ blue 200
Shades of Free Speech Magenta #F158C8
Tints of Free Speech Magenta #F158C8
RGB
CMYK
RGB Variations
Color information
#F158C8 (or 0xF158C8) is known color: Free Speech Magenta. HEX triplet: F1, 58 and C8. RGB value is (241,88,200). Sum of RGB (Red+Green+Blue) = 241+88+200=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 88 (34.77% from 255 or 16.64% from 529); Blue value is 200 (78.52% from 255 or 37.81% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F158C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F158C8 is #0EA737. Grayscale: #929292. Windows color (decimal): -960312 or 13129969. OLE color: 13129969.
HSL color Cylindrical-coordinate representation of color #F158C8: hue angle of 316.08º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F158C8 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 88 | 200 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.05 |
| HSL | 316.08º | 0.85% | 0.65% | - |
| HSV(B) | 316.08º | 0.63% | 0.95% | - |
| XYZ | 50.19 | 29.85 | 57.76 | - |
| YUV | 146.52 | 158.19 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 88 | 200 | 0 | 0.63 | 0.17 | 0.05 | 316.08 | 0.85 | 0.65 |
| Hex | F1 | 58 | C8 | 0 | 3F | 11 | 5 | 13C | 55 | 41 |
| Octal | 361 | 130 | 310 | 0 | 77 | 21 | 5 | 474 | 125 | 101 |
| Binary | 11110001 | 1011000 | 11001000 | 0 | 111111 | 10001 | 101 | 100111100 | 1010101 | 1000001 |
Color Harmonies of #F158C8
Complementary color
Monochromatic Colors of #F158C8
Black with #F158C8
Text Example
Text Example
White with #F158C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F158C8; }
p { color: rgb(241,88,200); }
H1.HeaderClassName
{
color: #F158C8;
}
.AnyTagClassName
{
color: #F158C8;
}
</style>
background-color css
<style>
a { background-color: #F158C8; }
a { background-color: rgb(241,88,200); }
div.DivClassName
{
background-color: #F158C8;
}
.BgClassName
{
background-color: #F158C8;
}
</style>
border-color css
<style>
span { border-color: #F158C8; }
span { border-color: rgb(241,88,200); }
td.TdClassName
{
border-color: #F158C8;
}
.TagClassName
{
border-color: #F158C8;
}
</style>