Html Css Color HEX #F16ADB Free Speech Magenta
📋 copy color: '#F16ADB'red 241 ◦ green 106 ◦ blue 219
Shades of Free Speech Magenta #F16ADB
Tints of Free Speech Magenta #F16ADB
RGB
CMYK
RGB Variations
Color information
#F16ADB (or 0xF16ADB) is known color: Free Speech Magenta. HEX triplet: F1, 6A and DB. RGB value is (241,106,219). Sum of RGB (Red+Green+Blue) = 241+106+219=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 106 (41.80% from 255 or 18.73% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 241 - color contains mainly: red. Hex color #F16ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16ADB is #0E9524. Grayscale: #9E9E9E. Windows color (decimal): -955685 or 14379761. OLE color: 14379761.
HSL color Cylindrical-coordinate representation of color #F16ADB: hue angle of 309.78º 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 #F16ADB is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 106 | 219 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.05 |
| HSL | 309.78º | 0.83% | 0.68% | - |
| HSV(B) | 309.78º | 0.56% | 0.95% | - |
| XYZ | 54.22 | 34.12 | 70.75 | - |
| YUV | 159.25 | 161.73 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 106 | 219 | 0 | 0.56 | 0.09 | 0.05 | 309.78 | 0.83 | 0.68 |
| Hex | F1 | 6A | DB | 0 | 38 | 9 | 5 | 136 | 53 | 44 |
| Octal | 361 | 152 | 333 | 0 | 70 | 11 | 5 | 466 | 123 | 104 |
| Binary | 11110001 | 1101010 | 11011011 | 0 | 111000 | 1001 | 101 | 100110110 | 1010011 | 1000100 |
Color Harmonies of #F16ADB
Complementary color
Monochromatic Colors of #F16ADB
Black with #F16ADB
Text Example
Text Example
White with #F16ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16ADB; }
p { color: rgb(241,106,219); }
H1.HeaderClassName
{
color: #F16ADB;
}
.AnyTagClassName
{
color: #F16ADB;
}
</style>
background-color css
<style>
a { background-color: #F16ADB; }
a { background-color: rgb(241,106,219); }
div.DivClassName
{
background-color: #F16ADB;
}
.BgClassName
{
background-color: #F16ADB;
}
</style>
border-color css
<style>
span { border-color: #F16ADB; }
span { border-color: rgb(241,106,219); }
td.TdClassName
{
border-color: #F16ADB;
}
.TagClassName
{
border-color: #F16ADB;
}
</style>