Html Css Color HEX #F16ADC Free Speech Magenta
📋 copy color: '#F16ADC'red 241 ◦ green 106 ◦ blue 220
Shades of Free Speech Magenta #F16ADC
Tints of Free Speech Magenta #F16ADC
RGB
CMYK
RGB Variations
Color information
#F16ADC (or 0xF16ADC) is known color: Free Speech Magenta. HEX triplet: F1, 6A and DC. RGB value is (241,106,220). Sum of RGB (Red+Green+Blue) = 241+106+220=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 106 (41.80% from 255 or 18.69% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F16ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16ADC is #0E9523. Grayscale: #9F9F9F. Windows color (decimal): -955684 or 14445297. OLE color: 14445297.
HSL color Cylindrical-coordinate representation of color #F16ADC: hue angle of 309.33º 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 #F16ADC is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 106 | 220 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.05 |
| HSL | 309.33º | 0.83% | 0.68% | - |
| HSV(B) | 309.33º | 0.56% | 0.95% | - |
| XYZ | 54.35 | 34.18 | 71.44 | - |
| YUV | 159.36 | 162.23 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 106 | 220 | 0 | 0.56 | 0.09 | 0.05 | 309.33 | 0.83 | 0.68 |
| Hex | F1 | 6A | DC | 0 | 38 | 9 | 5 | 135 | 53 | 44 |
| Octal | 361 | 152 | 334 | 0 | 70 | 11 | 5 | 465 | 123 | 104 |
| Binary | 11110001 | 1101010 | 11011100 | 0 | 111000 | 1001 | 101 | 100110101 | 1010011 | 1000100 |
Color Harmonies of #F16ADC
Complementary color
Monochromatic Colors of #F16ADC
Black with #F16ADC
Text Example
Text Example
White with #F16ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16ADC; }
p { color: rgb(241,106,220); }
H1.HeaderClassName
{
color: #F16ADC;
}
.AnyTagClassName
{
color: #F16ADC;
}
</style>
background-color css
<style>
a { background-color: #F16ADC; }
a { background-color: rgb(241,106,220); }
div.DivClassName
{
background-color: #F16ADC;
}
.BgClassName
{
background-color: #F16ADC;
}
</style>
border-color css
<style>
span { border-color: #F16ADC; }
span { border-color: rgb(241,106,220); }
td.TdClassName
{
border-color: #F16ADC;
}
.TagClassName
{
border-color: #F16ADC;
}
</style>