Html Css Color HEX #F16ADD Free Speech Magenta
📋 copy color: '#F16ADD'red 241 ◦ green 106 ◦ blue 221
Shades of Free Speech Magenta #F16ADD
Tints of Free Speech Magenta #F16ADD
RGB
CMYK
RGB Variations
Color information
#F16ADD (or 0xF16ADD) is known color: Free Speech Magenta. HEX triplet: F1, 6A and DD. RGB value is (241,106,221). Sum of RGB (Red+Green+Blue) = 241+106+221=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 106 (41.80% from 255 or 18.66% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F16ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16ADD is #0E9522. Grayscale: #9F9F9F. Windows color (decimal): -955683 or 14510833. OLE color: 14510833.
HSL color Cylindrical-coordinate representation of color #F16ADD: hue angle of 308.89º 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 #F16ADD is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 106 | 221 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.05 |
| HSL | 308.89º | 0.83% | 0.68% | - |
| HSV(B) | 308.89º | 0.56% | 0.95% | - |
| XYZ | 54.48 | 34.23 | 72.14 | - |
| YUV | 159.48 | 162.73 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 106 | 221 | 0 | 0.56 | 0.08 | 0.05 | 308.89 | 0.83 | 0.68 |
| Hex | F1 | 6A | DD | 0 | 38 | 8 | 5 | 135 | 53 | 44 |
| Octal | 361 | 152 | 335 | 0 | 70 | 10 | 5 | 465 | 123 | 104 |
| Binary | 11110001 | 1101010 | 11011101 | 0 | 111000 | 1000 | 101 | 100110101 | 1010011 | 1000100 |
Color Harmonies of #F16ADD
Complementary color
Monochromatic Colors of #F16ADD
Black with #F16ADD
Text Example
Text Example
White with #F16ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16ADD; }
p { color: rgb(241,106,221); }
H1.HeaderClassName
{
color: #F16ADD;
}
.AnyTagClassName
{
color: #F16ADD;
}
</style>
background-color css
<style>
a { background-color: #F16ADD; }
a { background-color: rgb(241,106,221); }
div.DivClassName
{
background-color: #F16ADD;
}
.BgClassName
{
background-color: #F16ADD;
}
</style>
border-color css
<style>
span { border-color: #F16ADD; }
span { border-color: rgb(241,106,221); }
td.TdClassName
{
border-color: #F16ADD;
}
.TagClassName
{
border-color: #F16ADD;
}
</style>