Html Css Color HEX #F16EDB Free Speech Magenta
📋 copy color: '#F16EDB'red 241 ◦ green 110 ◦ blue 219
Shades of Free Speech Magenta #F16EDB
Tints of Free Speech Magenta #F16EDB
RGB
CMYK
RGB Variations
Color information
#F16EDB (or 0xF16EDB) is known color: Free Speech Magenta. HEX triplet: F1, 6E and DB. RGB value is (241,110,219). Sum of RGB (Red+Green+Blue) = 241+110+219=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 110 (43.36% from 255 or 19.30% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F16EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16EDB is #0E9124. Grayscale: #A1A1A1. Windows color (decimal): -954661 or 14380785. OLE color: 14380785.
HSL color Cylindrical-coordinate representation of color #F16EDB: hue angle of 310.08º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F16EDB is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 110 | 219 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.05 |
| HSL | 310.08º | 0.82% | 0.69% | - |
| HSV(B) | 310.08º | 0.54% | 0.95% | - |
| XYZ | 54.64 | 34.97 | 70.89 | - |
| YUV | 161.6 | 160.4 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 110 | 219 | 0 | 0.54 | 0.09 | 0.05 | 310.08 | 0.82 | 0.69 |
| Hex | F1 | 6E | DB | 0 | 36 | 9 | 5 | 136 | 52 | 45 |
| Octal | 361 | 156 | 333 | 0 | 66 | 11 | 5 | 466 | 122 | 105 |
| Binary | 11110001 | 1101110 | 11011011 | 0 | 110110 | 1001 | 101 | 100110110 | 1010010 | 1000101 |
Color Harmonies of #F16EDB
Complementary color
Monochromatic Colors of #F16EDB
Black with #F16EDB
Text Example
Text Example
White with #F16EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16EDB; }
p { color: rgb(241,110,219); }
H1.HeaderClassName
{
color: #F16EDB;
}
.AnyTagClassName
{
color: #F16EDB;
}
</style>
background-color css
<style>
a { background-color: #F16EDB; }
a { background-color: rgb(241,110,219); }
div.DivClassName
{
background-color: #F16EDB;
}
.BgClassName
{
background-color: #F16EDB;
}
</style>
border-color css
<style>
span { border-color: #F16EDB; }
span { border-color: rgb(241,110,219); }
td.TdClassName
{
border-color: #F16EDB;
}
.TagClassName
{
border-color: #F16EDB;
}
</style>