Html Css Color HEX #F06EDB Free Speech Magenta
📋 copy color: '#F06EDB'red 240 ◦ green 110 ◦ blue 219
Shades of Free Speech Magenta #F06EDB
Tints of Free Speech Magenta #F06EDB
RGB
CMYK
RGB Variations
Color information
#F06EDB (or 0xF06EDB) is known color: Free Speech Magenta. HEX triplet: F0, 6E and DB. RGB value is (240,110,219). Sum of RGB (Red+Green+Blue) = 240+110+219=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 110 (43.36% from 255 or 19.33% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F06EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06EDB is #0F9124. Grayscale: #A0A0A0. Windows color (decimal): -1020197 or 14380784. OLE color: 14380784.
HSL color Cylindrical-coordinate representation of color #F06EDB: hue angle of 309.69º 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 #F06EDB is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 110 | 219 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.06 |
| HSL | 309.69º | 0.81% | 0.69% | - |
| HSV(B) | 309.69º | 0.54% | 0.94% | - |
| XYZ | 54.3 | 34.79 | 70.87 | - |
| YUV | 161.3 | 160.57 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 110 | 219 | 0 | 0.54 | 0.09 | 0.06 | 309.69 | 0.81 | 0.69 |
| Hex | F0 | 6E | DB | 0 | 36 | 9 | 6 | 136 | 51 | 45 |
| Octal | 360 | 156 | 333 | 0 | 66 | 11 | 6 | 466 | 121 | 105 |
| Binary | 11110000 | 1101110 | 11011011 | 0 | 110110 | 1001 | 110 | 100110110 | 1010001 | 1000101 |
Color Harmonies of #F06EDB
Complementary color
Monochromatic Colors of #F06EDB
Black with #F06EDB
Text Example
Text Example
White with #F06EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06EDB; }
p { color: rgb(240,110,219); }
H1.HeaderClassName
{
color: #F06EDB;
}
.AnyTagClassName
{
color: #F06EDB;
}
</style>
background-color css
<style>
a { background-color: #F06EDB; }
a { background-color: rgb(240,110,219); }
div.DivClassName
{
background-color: #F06EDB;
}
.BgClassName
{
background-color: #F06EDB;
}
</style>
border-color css
<style>
span { border-color: #F06EDB; }
span { border-color: rgb(240,110,219); }
td.TdClassName
{
border-color: #F06EDB;
}
.TagClassName
{
border-color: #F06EDB;
}
</style>