Html Css Color HEX #F16DDB Free Speech Magenta
📋 copy color: '#F16DDB'red 241 ◦ green 109 ◦ blue 219
Shades of Free Speech Magenta #F16DDB
Tints of Free Speech Magenta #F16DDB
RGB
CMYK
RGB Variations
Color information
#F16DDB (or 0xF16DDB) is known color: Free Speech Magenta. HEX triplet: F1, 6D and DB. RGB value is (241,109,219). Sum of RGB (Red+Green+Blue) = 241+109+219=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 109 (42.97% from 255 or 19.16% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F16DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16DDB is #0E9224. Grayscale: #A0A0A0. Windows color (decimal): -954917 or 14380529. OLE color: 14380529.
HSL color Cylindrical-coordinate representation of color #F16DDB: hue angle of 310º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16DDB is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 219 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.05 |
| HSL | 310º | 0.83% | 0.69% | - |
| HSV(B) | 310º | 0.55% | 0.95% | - |
| XYZ | 54.53 | 34.75 | 70.85 | - |
| YUV | 161.01 | 160.73 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 219 | 0 | 0.55 | 0.09 | 0.05 | 310 | 0.83 | 0.69 |
| Hex | F1 | 6D | DB | 0 | 37 | 9 | 5 | 136 | 52 | 45 |
| Octal | 361 | 155 | 333 | 0 | 67 | 11 | 5 | 466 | 122 | 105 |
| Binary | 11110001 | 1101101 | 11011011 | 0 | 110111 | 1001 | 101 | 100110110 | 1010010 | 1000101 |
Color Harmonies of #F16DDB
Complementary color
Monochromatic Colors of #F16DDB
Black with #F16DDB
Text Example
Text Example
White with #F16DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16DDB; }
p { color: rgb(241,109,219); }
H1.HeaderClassName
{
color: #F16DDB;
}
.AnyTagClassName
{
color: #F16DDB;
}
</style>
background-color css
<style>
a { background-color: #F16DDB; }
a { background-color: rgb(241,109,219); }
div.DivClassName
{
background-color: #F16DDB;
}
.BgClassName
{
background-color: #F16DDB;
}
</style>
border-color css
<style>
span { border-color: #F16DDB; }
span { border-color: rgb(241,109,219); }
td.TdClassName
{
border-color: #F16DDB;
}
.TagClassName
{
border-color: #F16DDB;
}
</style>