Html Css Color HEX #F159DB Free Speech Magenta
📋 copy color: '#F159DB'red 241 ◦ green 89 ◦ blue 219
Shades of Free Speech Magenta #F159DB
Tints of Free Speech Magenta #F159DB
RGB
CMYK
RGB Variations
Color information
#F159DB (or 0xF159DB) is known color: Free Speech Magenta. HEX triplet: F1, 59 and DB. RGB value is (241,89,219). Sum of RGB (Red+Green+Blue) = 241+89+219=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 89 (35.16% from 255 or 16.21% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F159DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F159DB is #0EA624. Grayscale: #949494. Windows color (decimal): -960037 or 14375409. OLE color: 14375409.
HSL color Cylindrical-coordinate representation of color #F159DB: hue angle of 308.68º degrees, saturation: 0.84, 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 #F159DB is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 89 | 219 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.05 |
| HSL | 308.68º | 0.84% | 0.65% | - |
| HSV(B) | 308.68º | 0.63% | 0.95% | - |
| XYZ | 52.63 | 30.96 | 70.22 | - |
| YUV | 149.27 | 167.36 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 89 | 219 | 0 | 0.63 | 0.09 | 0.05 | 308.68 | 0.84 | 0.65 |
| Hex | F1 | 59 | DB | 0 | 3F | 9 | 5 | 135 | 54 | 41 |
| Octal | 361 | 131 | 333 | 0 | 77 | 11 | 5 | 465 | 124 | 101 |
| Binary | 11110001 | 1011001 | 11011011 | 0 | 111111 | 1001 | 101 | 100110101 | 1010100 | 1000001 |
Color Harmonies of #F159DB
Complementary color
Monochromatic Colors of #F159DB
Black with #F159DB
Text Example
Text Example
White with #F159DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F159DB; }
p { color: rgb(241,89,219); }
H1.HeaderClassName
{
color: #F159DB;
}
.AnyTagClassName
{
color: #F159DB;
}
</style>
background-color css
<style>
a { background-color: #F159DB; }
a { background-color: rgb(241,89,219); }
div.DivClassName
{
background-color: #F159DB;
}
.BgClassName
{
background-color: #F159DB;
}
</style>
border-color css
<style>
span { border-color: #F159DB; }
span { border-color: rgb(241,89,219); }
td.TdClassName
{
border-color: #F159DB;
}
.TagClassName
{
border-color: #F159DB;
}
</style>