Html Css Color HEX #F158E8 Free Speech Magenta
📋 copy color: '#F158E8'red 241 ◦ green 88 ◦ blue 232
Shades of Free Speech Magenta #F158E8
Tints of Free Speech Magenta #F158E8
RGB
CMYK
RGB Variations
Color information
#F158E8 (or 0xF158E8) is known color: Free Speech Magenta. HEX triplet: F1, 58 and E8. RGB value is (241,88,232). Sum of RGB (Red+Green+Blue) = 241+88+232=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 88 (34.77% from 255 or 15.69% from 561); Blue value is 232 (91.02% from 255 or 41.35% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F158E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F158E8 is #0EA717. Grayscale: #959595. Windows color (decimal): -960280 or 15227121. OLE color: 15227121.
HSL color Cylindrical-coordinate representation of color #F158E8: hue angle of 303.53º 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 #F158E8 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 88 | 232 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.05 |
| HSL | 303.53º | 0.85% | 0.65% | - |
| HSV(B) | 303.53º | 0.63% | 0.95% | - |
| XYZ | 54.33 | 31.51 | 79.56 | - |
| YUV | 150.16 | 174.19 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 88 | 232 | 0 | 0.63 | 0.04 | 0.05 | 303.53 | 0.85 | 0.65 |
| Hex | F1 | 58 | E8 | 0 | 3F | 4 | 5 | 130 | 55 | 41 |
| Octal | 361 | 130 | 350 | 0 | 77 | 4 | 5 | 460 | 125 | 101 |
| Binary | 11110001 | 1011000 | 11101000 | 0 | 111111 | 100 | 101 | 100110000 | 1010101 | 1000001 |
Color Harmonies of #F158E8
Complementary color
Monochromatic Colors of #F158E8
Black with #F158E8
Text Example
Text Example
White with #F158E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F158E8; }
p { color: rgb(241,88,232); }
H1.HeaderClassName
{
color: #F158E8;
}
.AnyTagClassName
{
color: #F158E8;
}
</style>
background-color css
<style>
a { background-color: #F158E8; }
a { background-color: rgb(241,88,232); }
div.DivClassName
{
background-color: #F158E8;
}
.BgClassName
{
background-color: #F158E8;
}
</style>
border-color css
<style>
span { border-color: #F158E8; }
span { border-color: rgb(241,88,232); }
td.TdClassName
{
border-color: #F158E8;
}
.TagClassName
{
border-color: #F158E8;
}
</style>