Html Css Color HEX #F06EDD Free Speech Magenta
📋 copy color: '#F06EDD'red 240 ◦ green 110 ◦ blue 221
Shades of Free Speech Magenta #F06EDD
Tints of Free Speech Magenta #F06EDD
RGB
CMYK
RGB Variations
Color information
#F06EDD (or 0xF06EDD) is known color: Free Speech Magenta. HEX triplet: F0, 6E and DD. RGB value is (240,110,221). Sum of RGB (Red+Green+Blue) = 240+110+221=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 110 (43.36% from 255 or 19.26% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F06EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06EDD is #0F9122. Grayscale: #A1A1A1. Windows color (decimal): -1020195 or 14511856. OLE color: 14511856.
HSL color Cylindrical-coordinate representation of color #F06EDD: hue angle of 308.77º 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 #F06EDD is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 110 | 221 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.06 |
| HSL | 308.77º | 0.81% | 0.69% | - |
| HSV(B) | 308.77º | 0.54% | 0.94% | - |
| XYZ | 54.56 | 34.9 | 72.27 | - |
| YUV | 161.52 | 161.57 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 110 | 221 | 0 | 0.54 | 0.08 | 0.06 | 308.77 | 0.81 | 0.69 |
| Hex | F0 | 6E | DD | 0 | 36 | 8 | 6 | 135 | 51 | 45 |
| Octal | 360 | 156 | 335 | 0 | 66 | 10 | 6 | 465 | 121 | 105 |
| Binary | 11110000 | 1101110 | 11011101 | 0 | 110110 | 1000 | 110 | 100110101 | 1010001 | 1000101 |
Color Harmonies of #F06EDD
Complementary color
Monochromatic Colors of #F06EDD
Black with #F06EDD
Text Example
Text Example
White with #F06EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06EDD; }
p { color: rgb(240,110,221); }
H1.HeaderClassName
{
color: #F06EDD;
}
.AnyTagClassName
{
color: #F06EDD;
}
</style>
background-color css
<style>
a { background-color: #F06EDD; }
a { background-color: rgb(240,110,221); }
div.DivClassName
{
background-color: #F06EDD;
}
.BgClassName
{
background-color: #F06EDD;
}
</style>
border-color css
<style>
span { border-color: #F06EDD; }
span { border-color: rgb(240,110,221); }
td.TdClassName
{
border-color: #F06EDD;
}
.TagClassName
{
border-color: #F06EDD;
}
</style>