Html Css Color HEX #F06DDD Free Speech Magenta
📋 copy color: '#F06DDD'red 240 ◦ green 109 ◦ blue 221
Shades of Free Speech Magenta #F06DDD
Tints of Free Speech Magenta #F06DDD
RGB
CMYK
RGB Variations
Color information
#F06DDD (or 0xF06DDD) is known color: Free Speech Magenta. HEX triplet: F0, 6D and DD. RGB value is (240,109,221). Sum of RGB (Red+Green+Blue) = 240+109+221=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 109 (42.97% from 255 or 19.12% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F06DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06DDD is #0F9222. Grayscale: #A0A0A0. Windows color (decimal): -1020451 or 14511600. OLE color: 14511600.
HSL color Cylindrical-coordinate representation of color #F06DDD: hue angle of 308.7º 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 #F06DDD is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 221 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.06 |
| HSL | 308.7º | 0.81% | 0.68% | - |
| HSV(B) | 308.7º | 0.55% | 0.94% | - |
| XYZ | 54.45 | 34.68 | 72.23 | - |
| YUV | 160.94 | 161.9 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 221 | 0 | 0.55 | 0.08 | 0.06 | 308.7 | 0.81 | 0.68 |
| Hex | F0 | 6D | DD | 0 | 37 | 8 | 6 | 135 | 51 | 44 |
| Octal | 360 | 155 | 335 | 0 | 67 | 10 | 6 | 465 | 121 | 104 |
| Binary | 11110000 | 1101101 | 11011101 | 0 | 110111 | 1000 | 110 | 100110101 | 1010001 | 1000100 |
Color Harmonies of #F06DDD
Complementary color
Monochromatic Colors of #F06DDD
Black with #F06DDD
Text Example
Text Example
White with #F06DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06DDD; }
p { color: rgb(240,109,221); }
H1.HeaderClassName
{
color: #F06DDD;
}
.AnyTagClassName
{
color: #F06DDD;
}
</style>
background-color css
<style>
a { background-color: #F06DDD; }
a { background-color: rgb(240,109,221); }
div.DivClassName
{
background-color: #F06DDD;
}
.BgClassName
{
background-color: #F06DDD;
}
</style>
border-color css
<style>
span { border-color: #F06DDD; }
span { border-color: rgb(240,109,221); }
td.TdClassName
{
border-color: #F06DDD;
}
.TagClassName
{
border-color: #F06DDD;
}
</style>