Html Css Color HEX #F16CDB Free Speech Magenta
📋 copy color: '#F16CDB'red 241 ◦ green 108 ◦ blue 219
Shades of Free Speech Magenta #F16CDB
Tints of Free Speech Magenta #F16CDB
RGB
CMYK
RGB Variations
Color information
#F16CDB (or 0xF16CDB) is known color: Free Speech Magenta. HEX triplet: F1, 6C and DB. RGB value is (241,108,219). Sum of RGB (Red+Green+Blue) = 241+108+219=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 108 (42.58% from 255 or 19.01% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F16CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16CDB is #0E9324. Grayscale: #A0A0A0. Windows color (decimal): -955173 or 14380273. OLE color: 14380273.
HSL color Cylindrical-coordinate representation of color #F16CDB: hue angle of 309.92º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16CDB is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 219 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.05 |
| HSL | 309.92º | 0.83% | 0.68% | - |
| HSV(B) | 309.92º | 0.55% | 0.95% | - |
| XYZ | 54.42 | 34.54 | 70.82 | - |
| YUV | 160.42 | 161.06 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 219 | 0 | 0.55 | 0.09 | 0.05 | 309.92 | 0.83 | 0.68 |
| Hex | F1 | 6C | DB | 0 | 37 | 9 | 5 | 136 | 53 | 44 |
| Octal | 361 | 154 | 333 | 0 | 67 | 11 | 5 | 466 | 123 | 104 |
| Binary | 11110001 | 1101100 | 11011011 | 0 | 110111 | 1001 | 101 | 100110110 | 1010011 | 1000100 |
Color Harmonies of #F16CDB
Complementary color
Monochromatic Colors of #F16CDB
Black with #F16CDB
Text Example
Text Example
White with #F16CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16CDB; }
p { color: rgb(241,108,219); }
H1.HeaderClassName
{
color: #F16CDB;
}
.AnyTagClassName
{
color: #F16CDB;
}
</style>
background-color css
<style>
a { background-color: #F16CDB; }
a { background-color: rgb(241,108,219); }
div.DivClassName
{
background-color: #F16CDB;
}
.BgClassName
{
background-color: #F16CDB;
}
</style>
border-color css
<style>
span { border-color: #F16CDB; }
span { border-color: rgb(241,108,219); }
td.TdClassName
{
border-color: #F16CDB;
}
.TagClassName
{
border-color: #F16CDB;
}
</style>