Html Css Color HEX #F16EDC Free Speech Magenta
📋 copy color: '#F16EDC'red 241 ◦ green 110 ◦ blue 220
Shades of Free Speech Magenta #F16EDC
Tints of Free Speech Magenta #F16EDC
RGB
CMYK
RGB Variations
Color information
#F16EDC (or 0xF16EDC) is known color: Free Speech Magenta. HEX triplet: F1, 6E and DC. RGB value is (241,110,220). Sum of RGB (Red+Green+Blue) = 241+110+220=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 110 (43.36% from 255 or 19.26% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F16EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16EDC is #0E9123. Grayscale: #A1A1A1. Windows color (decimal): -954660 or 14446321. OLE color: 14446321.
HSL color Cylindrical-coordinate representation of color #F16EDC: hue angle of 309.62º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F16EDC is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 110 | 220 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.05 |
| HSL | 309.62º | 0.82% | 0.69% | - |
| HSV(B) | 309.62º | 0.54% | 0.95% | - |
| XYZ | 54.77 | 35.02 | 71.58 | - |
| YUV | 161.71 | 160.9 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 110 | 220 | 0 | 0.54 | 0.09 | 0.05 | 309.62 | 0.82 | 0.69 |
| Hex | F1 | 6E | DC | 0 | 36 | 9 | 5 | 136 | 52 | 45 |
| Octal | 361 | 156 | 334 | 0 | 66 | 11 | 5 | 466 | 122 | 105 |
| Binary | 11110001 | 1101110 | 11011100 | 0 | 110110 | 1001 | 101 | 100110110 | 1010010 | 1000101 |
Color Harmonies of #F16EDC
Complementary color
Monochromatic Colors of #F16EDC
Black with #F16EDC
Text Example
Text Example
White with #F16EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16EDC; }
p { color: rgb(241,110,220); }
H1.HeaderClassName
{
color: #F16EDC;
}
.AnyTagClassName
{
color: #F16EDC;
}
</style>
background-color css
<style>
a { background-color: #F16EDC; }
a { background-color: rgb(241,110,220); }
div.DivClassName
{
background-color: #F16EDC;
}
.BgClassName
{
background-color: #F16EDC;
}
</style>
border-color css
<style>
span { border-color: #F16EDC; }
span { border-color: rgb(241,110,220); }
td.TdClassName
{
border-color: #F16EDC;
}
.TagClassName
{
border-color: #F16EDC;
}
</style>