Html Css Color HEX #F06DDB Free Speech Magenta
📋 copy color: '#F06DDB'red 240 ◦ green 109 ◦ blue 219
Shades of Free Speech Magenta #F06DDB
Tints of Free Speech Magenta #F06DDB
RGB
CMYK
RGB Variations
Color information
#F06DDB (or 0xF06DDB) is known color: Free Speech Magenta. HEX triplet: F0, 6D and DB. RGB value is (240,109,219). Sum of RGB (Red+Green+Blue) = 240+109+219=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 109 (42.97% from 255 or 19.19% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F06DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06DDB is #0F9224. Grayscale: #A0A0A0. Windows color (decimal): -1020453 or 14380528. OLE color: 14380528.
HSL color Cylindrical-coordinate representation of color #F06DDB: hue angle of 309.62º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06DDB is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 219 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.06 |
| HSL | 309.62º | 0.81% | 0.68% | - |
| HSV(B) | 309.62º | 0.55% | 0.94% | - |
| XYZ | 54.19 | 34.58 | 70.84 | - |
| YUV | 160.71 | 160.9 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 219 | 0 | 0.55 | 0.09 | 0.06 | 309.62 | 0.81 | 0.68 |
| Hex | F0 | 6D | DB | 0 | 37 | 9 | 6 | 136 | 51 | 44 |
| Octal | 360 | 155 | 333 | 0 | 67 | 11 | 6 | 466 | 121 | 104 |
| Binary | 11110000 | 1101101 | 11011011 | 0 | 110111 | 1001 | 110 | 100110110 | 1010001 | 1000100 |
Color Harmonies of #F06DDB
Complementary color
Monochromatic Colors of #F06DDB
Black with #F06DDB
Text Example
Text Example
White with #F06DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06DDB; }
p { color: rgb(240,109,219); }
H1.HeaderClassName
{
color: #F06DDB;
}
.AnyTagClassName
{
color: #F06DDB;
}
</style>
background-color css
<style>
a { background-color: #F06DDB; }
a { background-color: rgb(240,109,219); }
div.DivClassName
{
background-color: #F06DDB;
}
.BgClassName
{
background-color: #F06DDB;
}
</style>
border-color css
<style>
span { border-color: #F06DDB; }
span { border-color: rgb(240,109,219); }
td.TdClassName
{
border-color: #F06DDB;
}
.TagClassName
{
border-color: #F06DDB;
}
</style>