Html Css Color HEX #F06DE0 Free Speech Magenta
📋 copy color: '#F06DE0'red 240 ◦ green 109 ◦ blue 224
Shades of Free Speech Magenta #F06DE0
Tints of Free Speech Magenta #F06DE0
RGB
CMYK
RGB Variations
Color information
#F06DE0 (or 0xF06DE0) is known color: Free Speech Magenta. HEX triplet: F0, 6D and E0. RGB value is (240,109,224). Sum of RGB (Red+Green+Blue) = 240+109+224=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 109 (42.97% from 255 or 19.02% from 573); Blue value is 224 (87.89% from 255 or 39.09% from 573); Max value from RGB is 240 - color contains mainly: red. Hex color #F06DE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06DE0 is #0F921F. Grayscale: #A0A0A0. Windows color (decimal): -1020448 or 14708208. OLE color: 14708208.
HSL color Cylindrical-coordinate representation of color #F06DE0: hue angle of 307.33º 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 #F06DE0 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 224 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.06 |
| HSL | 307.33º | 0.81% | 0.68% | - |
| HSV(B) | 307.33º | 0.55% | 0.94% | - |
| XYZ | 54.86 | 34.84 | 74.36 | - |
| YUV | 161.28 | 163.4 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 224 | 0 | 0.55 | 0.07 | 0.06 | 307.33 | 0.81 | 0.68 |
| Hex | F0 | 6D | E0 | 0 | 37 | 7 | 6 | 133 | 51 | 44 |
| Octal | 360 | 155 | 340 | 0 | 67 | 7 | 6 | 463 | 121 | 104 |
| Binary | 11110000 | 1101101 | 11100000 | 0 | 110111 | 111 | 110 | 100110011 | 1010001 | 1000100 |
Color Harmonies of #F06DE0
Complementary color
Monochromatic Colors of #F06DE0
Black with #F06DE0
Text Example
Text Example
White with #F06DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06DE0; }
p { color: rgb(240,109,224); }
H1.HeaderClassName
{
color: #F06DE0;
}
.AnyTagClassName
{
color: #F06DE0;
}
</style>
background-color css
<style>
a { background-color: #F06DE0; }
a { background-color: rgb(240,109,224); }
div.DivClassName
{
background-color: #F06DE0;
}
.BgClassName
{
background-color: #F06DE0;
}
</style>
border-color css
<style>
span { border-color: #F06DE0; }
span { border-color: rgb(240,109,224); }
td.TdClassName
{
border-color: #F06DE0;
}
.TagClassName
{
border-color: #F06DE0;
}
</style>