Html Css Color HEX #F156DB Free Speech Magenta
📋 copy color: '#F156DB'red 241 ◦ green 86 ◦ blue 219
Shades of Free Speech Magenta #F156DB
Tints of Free Speech Magenta #F156DB
RGB
CMYK
RGB Variations
Color information
#F156DB (or 0xF156DB) is known color: Free Speech Magenta. HEX triplet: F1, 56 and DB. RGB value is (241,86,219). Sum of RGB (Red+Green+Blue) = 241+86+219=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 86 (33.98% from 255 or 15.75% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F156DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F156DB is #0EA924. Grayscale: #939393. Windows color (decimal): -960805 or 14374641. OLE color: 14374641.
HSL color Cylindrical-coordinate representation of color #F156DB: hue angle of 308.52º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F156DB is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 86 | 219 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.05 |
| HSL | 308.52º | 0.85% | 0.64% | - |
| HSV(B) | 308.52º | 0.64% | 0.95% | - |
| XYZ | 52.39 | 30.47 | 70.14 | - |
| YUV | 147.51 | 168.35 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 86 | 219 | 0 | 0.64 | 0.09 | 0.05 | 308.52 | 0.85 | 0.64 |
| Hex | F1 | 56 | DB | 0 | 40 | 9 | 5 | 135 | 55 | 40 |
| Octal | 361 | 126 | 333 | 0 | 100 | 11 | 5 | 465 | 125 | 100 |
| Binary | 11110001 | 1010110 | 11011011 | 0 | 1000000 | 1001 | 101 | 100110101 | 1010101 | 1000000 |
Color Harmonies of #F156DB
Complementary color
Monochromatic Colors of #F156DB
Black with #F156DB
Text Example
Text Example
White with #F156DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F156DB; }
p { color: rgb(241,86,219); }
H1.HeaderClassName
{
color: #F156DB;
}
.AnyTagClassName
{
color: #F156DB;
}
</style>
background-color css
<style>
a { background-color: #F156DB; }
a { background-color: rgb(241,86,219); }
div.DivClassName
{
background-color: #F156DB;
}
.BgClassName
{
background-color: #F156DB;
}
</style>
border-color css
<style>
span { border-color: #F156DB; }
span { border-color: rgb(241,86,219); }
td.TdClassName
{
border-color: #F156DB;
}
.TagClassName
{
border-color: #F156DB;
}
</style>