Html Css Color HEX #F06CDF Free Speech Magenta
📋 copy color: '#F06CDF'red 240 ◦ green 108 ◦ blue 223
Shades of Free Speech Magenta #F06CDF
Tints of Free Speech Magenta #F06CDF
RGB
CMYK
RGB Variations
Color information
#F06CDF (or 0xF06CDF) is known color: Free Speech Magenta. HEX triplet: F0, 6C and DF. RGB value is (240,108,223). Sum of RGB (Red+Green+Blue) = 240+108+223=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 108 (42.58% from 255 or 18.91% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F06CDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06CDF is #0F9320. Grayscale: #A0A0A0. Windows color (decimal): -1020705 or 14642416. OLE color: 14642416.
HSL color Cylindrical-coordinate representation of color #F06CDF: hue angle of 307.73º 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 #F06CDF is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 108 | 223 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.06 |
| HSL | 307.73º | 0.81% | 0.68% | - |
| HSV(B) | 307.73º | 0.55% | 0.94% | - |
| XYZ | 54.62 | 34.58 | 73.61 | - |
| YUV | 160.58 | 163.23 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 108 | 223 | 0 | 0.55 | 0.07 | 0.06 | 307.73 | 0.81 | 0.68 |
| Hex | F0 | 6C | DF | 0 | 37 | 7 | 6 | 134 | 51 | 44 |
| Octal | 360 | 154 | 337 | 0 | 67 | 7 | 6 | 464 | 121 | 104 |
| Binary | 11110000 | 1101100 | 11011111 | 0 | 110111 | 111 | 110 | 100110100 | 1010001 | 1000100 |
Color Harmonies of #F06CDF
Complementary color
Monochromatic Colors of #F06CDF
Black with #F06CDF
Text Example
Text Example
White with #F06CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06CDF; }
p { color: rgb(240,108,223); }
H1.HeaderClassName
{
color: #F06CDF;
}
.AnyTagClassName
{
color: #F06CDF;
}
</style>
background-color css
<style>
a { background-color: #F06CDF; }
a { background-color: rgb(240,108,223); }
div.DivClassName
{
background-color: #F06CDF;
}
.BgClassName
{
background-color: #F06CDF;
}
</style>
border-color css
<style>
span { border-color: #F06CDF; }
span { border-color: rgb(240,108,223); }
td.TdClassName
{
border-color: #F06CDF;
}
.TagClassName
{
border-color: #F06CDF;
}
</style>