Html Css Color HEX #F16EDA Free Speech Magenta
📋 copy color: '#F16EDA'red 241 ◦ green 110 ◦ blue 218
Shades of Free Speech Magenta #F16EDA
Tints of Free Speech Magenta #F16EDA
RGB
CMYK
RGB Variations
Color information
#F16EDA (or 0xF16EDA) is known color: Free Speech Magenta. HEX triplet: F1, 6E and DA. RGB value is (241,110,218). Sum of RGB (Red+Green+Blue) = 241+110+218=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 110 (43.36% from 255 or 19.33% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F16EDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16EDA is #0E9125. Grayscale: #A1A1A1. Windows color (decimal): -954662 or 14315249. OLE color: 14315249.
HSL color Cylindrical-coordinate representation of color #F16EDA: hue angle of 310.53º 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 #F16EDA is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 110 | 218 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.05 |
| HSL | 310.53º | 0.82% | 0.69% | - |
| HSV(B) | 310.53º | 0.54% | 0.95% | - |
| XYZ | 54.51 | 34.91 | 70.2 | - |
| YUV | 161.48 | 159.9 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 110 | 218 | 0 | 0.54 | 0.10 | 0.05 | 310.53 | 0.82 | 0.69 |
| Hex | F1 | 6E | DA | 0 | 36 | A | 5 | 137 | 52 | 45 |
| Octal | 361 | 156 | 332 | 0 | 66 | 12 | 5 | 467 | 122 | 105 |
| Binary | 11110001 | 1101110 | 11011010 | 0 | 110110 | 1010 | 101 | 100110111 | 1010010 | 1000101 |
Color Harmonies of #F16EDA
Complementary color
Monochromatic Colors of #F16EDA
Black with #F16EDA
Text Example
Text Example
White with #F16EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16EDA; }
p { color: rgb(241,110,218); }
H1.HeaderClassName
{
color: #F16EDA;
}
.AnyTagClassName
{
color: #F16EDA;
}
</style>
background-color css
<style>
a { background-color: #F16EDA; }
a { background-color: rgb(241,110,218); }
div.DivClassName
{
background-color: #F16EDA;
}
.BgClassName
{
background-color: #F16EDA;
}
</style>
border-color css
<style>
span { border-color: #F16EDA; }
span { border-color: rgb(241,110,218); }
td.TdClassName
{
border-color: #F16EDA;
}
.TagClassName
{
border-color: #F16EDA;
}
</style>