Html Css Color HEX #F06EDA Free Speech Magenta
📋 copy color: '#F06EDA'red 240 ◦ green 110 ◦ blue 218
Shades of Free Speech Magenta #F06EDA
Tints of Free Speech Magenta #F06EDA
RGB
CMYK
RGB Variations
Color information
#F06EDA (or 0xF06EDA) is known color: Free Speech Magenta. HEX triplet: F0, 6E and DA. RGB value is (240,110,218). Sum of RGB (Red+Green+Blue) = 240+110+218=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 110 (43.36% from 255 or 19.37% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F06EDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06EDA is #0F9125. Grayscale: #A0A0A0. Windows color (decimal): -1020198 or 14315248. OLE color: 14315248.
HSL color Cylindrical-coordinate representation of color #F06EDA: hue angle of 310.15º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06EDA is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 110 | 218 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.06 |
| HSL | 310.15º | 0.81% | 0.69% | - |
| HSV(B) | 310.15º | 0.54% | 0.94% | - |
| XYZ | 54.17 | 34.74 | 70.18 | - |
| YUV | 161.18 | 160.07 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 110 | 218 | 0 | 0.54 | 0.09 | 0.06 | 310.15 | 0.81 | 0.69 |
| Hex | F0 | 6E | DA | 0 | 36 | 9 | 6 | 136 | 51 | 45 |
| Octal | 360 | 156 | 332 | 0 | 66 | 11 | 6 | 466 | 121 | 105 |
| Binary | 11110000 | 1101110 | 11011010 | 0 | 110110 | 1001 | 110 | 100110110 | 1010001 | 1000101 |
Color Harmonies of #F06EDA
Complementary color
Monochromatic Colors of #F06EDA
Black with #F06EDA
Text Example
Text Example
White with #F06EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06EDA; }
p { color: rgb(240,110,218); }
H1.HeaderClassName
{
color: #F06EDA;
}
.AnyTagClassName
{
color: #F06EDA;
}
</style>
background-color css
<style>
a { background-color: #F06EDA; }
a { background-color: rgb(240,110,218); }
div.DivClassName
{
background-color: #F06EDA;
}
.BgClassName
{
background-color: #F06EDA;
}
</style>
border-color css
<style>
span { border-color: #F06EDA; }
span { border-color: rgb(240,110,218); }
td.TdClassName
{
border-color: #F06EDA;
}
.TagClassName
{
border-color: #F06EDA;
}
</style>