Html Css Color HEX #F16BDB Free Speech Magenta
📋 copy color: '#F16BDB'red 241 ◦ green 107 ◦ blue 219
Shades of Free Speech Magenta #F16BDB
Tints of Free Speech Magenta #F16BDB
RGB
CMYK
RGB Variations
Color information
#F16BDB (or 0xF16BDB) is known color: Free Speech Magenta. HEX triplet: F1, 6B and DB. RGB value is (241,107,219). Sum of RGB (Red+Green+Blue) = 241+107+219=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 107 (42.19% from 255 or 18.87% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F16BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16BDB is #0E9424. Grayscale: #9F9F9F. Windows color (decimal): -955429 or 14380017. OLE color: 14380017.
HSL color Cylindrical-coordinate representation of color #F16BDB: hue angle of 309.85º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16BDB is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 107 | 219 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.05 |
| HSL | 309.85º | 0.83% | 0.68% | - |
| HSV(B) | 309.85º | 0.56% | 0.95% | - |
| XYZ | 54.32 | 34.33 | 70.78 | - |
| YUV | 159.83 | 161.39 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 107 | 219 | 0 | 0.56 | 0.09 | 0.05 | 309.85 | 0.83 | 0.68 |
| Hex | F1 | 6B | DB | 0 | 38 | 9 | 5 | 136 | 53 | 44 |
| Octal | 361 | 153 | 333 | 0 | 70 | 11 | 5 | 466 | 123 | 104 |
| Binary | 11110001 | 1101011 | 11011011 | 0 | 111000 | 1001 | 101 | 100110110 | 1010011 | 1000100 |
Color Harmonies of #F16BDB
Complementary color
Monochromatic Colors of #F16BDB
Black with #F16BDB
Text Example
Text Example
White with #F16BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16BDB; }
p { color: rgb(241,107,219); }
H1.HeaderClassName
{
color: #F16BDB;
}
.AnyTagClassName
{
color: #F16BDB;
}
</style>
background-color css
<style>
a { background-color: #F16BDB; }
a { background-color: rgb(241,107,219); }
div.DivClassName
{
background-color: #F16BDB;
}
.BgClassName
{
background-color: #F16BDB;
}
</style>
border-color css
<style>
span { border-color: #F16BDB; }
span { border-color: rgb(241,107,219); }
td.TdClassName
{
border-color: #F16BDB;
}
.TagClassName
{
border-color: #F16BDB;
}
</style>