Html Css Color HEX #F158DB Free Speech Magenta
📋 copy color: '#F158DB'red 241 ◦ green 88 ◦ blue 219
Shades of Free Speech Magenta #F158DB
Tints of Free Speech Magenta #F158DB
RGB
CMYK
RGB Variations
Color information
#F158DB (or 0xF158DB) is known color: Free Speech Magenta. HEX triplet: F1, 58 and DB. RGB value is (241,88,219). Sum of RGB (Red+Green+Blue) = 241+88+219=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 88 (34.77% from 255 or 16.06% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F158DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F158DB is #0EA724. Grayscale: #949494. Windows color (decimal): -960293 or 14375153. OLE color: 14375153.
HSL color Cylindrical-coordinate representation of color #F158DB: hue angle of 308.63º 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 #F158DB is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 88 | 219 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.05 |
| HSL | 308.63º | 0.85% | 0.65% | - |
| HSV(B) | 308.63º | 0.63% | 0.95% | - |
| XYZ | 52.55 | 30.79 | 70.19 | - |
| YUV | 148.68 | 167.69 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 88 | 219 | 0 | 0.63 | 0.09 | 0.05 | 308.63 | 0.85 | 0.65 |
| Hex | F1 | 58 | DB | 0 | 3F | 9 | 5 | 135 | 55 | 41 |
| Octal | 361 | 130 | 333 | 0 | 77 | 11 | 5 | 465 | 125 | 101 |
| Binary | 11110001 | 1011000 | 11011011 | 0 | 111111 | 1001 | 101 | 100110101 | 1010101 | 1000001 |
Color Harmonies of #F158DB
Complementary color
Monochromatic Colors of #F158DB
Black with #F158DB
Text Example
Text Example
White with #F158DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F158DB; }
p { color: rgb(241,88,219); }
H1.HeaderClassName
{
color: #F158DB;
}
.AnyTagClassName
{
color: #F158DB;
}
</style>
background-color css
<style>
a { background-color: #F158DB; }
a { background-color: rgb(241,88,219); }
div.DivClassName
{
background-color: #F158DB;
}
.BgClassName
{
background-color: #F158DB;
}
</style>
border-color css
<style>
span { border-color: #F158DB; }
span { border-color: rgb(241,88,219); }
td.TdClassName
{
border-color: #F158DB;
}
.TagClassName
{
border-color: #F158DB;
}
</style>